#BBFFE6

Color #BBFFE6 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BBFFE6

Tints of Water Leaf #BBFFE6

Color information

#BBFFE6 (or 0xBBFFE6) is unknown color: approx Water Leaf. HEX triplet: BB, FF and E6. RGB value is (187,255,230). Sum of RGB (Red+Green+Blue) = 187+255+230=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFE6 is #440019. Grayscale: #E7E7E7. Windows color (decimal): -4456474 or 15138747. OLE color: 15138747.

HSL color Cylindrical-coordinate representation of color #BBFFE6: hue angle of 157.94º 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 #BBFFE6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB187255230-
CMYK0.2700.100
HSL157.94º100%86.67%-
HSV(B)157.94º26.67%100%-
XYZ70.5487.888.09-
YUV231.82126.9796.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=27.83%
G=37.95%
B=34.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552300.2700.100157.9410086.67
HexBBFFE61B0A09e6457
Octal273377346330120236144127
Binary101110111111111111100110110110101001001111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFE6; }

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

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

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

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

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

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

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

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