#BBFFBF

Color #BBFFBF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BBFFBF

Tints of Fringy Flower #BBFFBF

Color information

#BBFFBF (or 0xBBFFBF) is unknown color: approx Fringy Flower. HEX triplet: BB, FF and BF. RGB value is (187,255,191). Sum of RGB (Red+Green+Blue) = 187+255+191=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFBF is #440040. Grayscale: #E3E3E3. Windows color (decimal): -4456513 or 12582843. OLE color: 12582843.

HSL color Cylindrical-coordinate representation of color #BBFFBF: hue angle of 123.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFBF is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB187255191-
CMYK0.2700.250
HSL123.53º100%86.67%-
HSV(B)123.53º26.67%100%-
XYZ65.6685.8562.4-
YUV227.37107.4799.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 191 (75% from 255) = 30.17%
R=29.54%
G=40.28%
B=30.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551910.2700.250123.5310086.67
HexBBFFBF1B01907c6457
Octal273377277330310174144127
Binary101110111111111110111111110110110010111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFBF; }

 p { color: rgb(187,255,191); }

 H1.HeaderClassName
 {
   color: #BBFFBF;
 }
 .AnyTagClassName
 {
   color: #BBFFBF;
 }
</style>
background-color css

<style>
 a { background-color: #BBFFBF; }

 a { background-color: rgb(187,255,191); }

 div.DivClassName
 {
   background-color: #BBFFBF;
 }
 .BgClassName
 {
   background-color: #BBFFBF;
 }
</style>
border-color css

<style>
 span { border-color: #BBFFBF; }

 span { border-color: rgb(187,255,191); }

 td.TdClassName
 {
   border-color: #BBFFBF;
 }
 .TagClassName
 {
   border-color: #BBFFBF;
 }
</style>