#BBFAE6

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

Shades of Water Leaf #BBFAE6

Tints of Water Leaf #BBFAE6

Color information

#BBFAE6 (or 0xBBFAE6) is unknown color: approx Water Leaf. HEX triplet: BB, FA and E6. RGB value is (187,250,230). Sum of RGB (Red+Green+Blue) = 187+250+230=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE6 is #440519. Grayscale: #E4E4E4. Windows color (decimal): -4457754 or 15137467. OLE color: 15137467.

HSL color Cylindrical-coordinate representation of color #BBFAE6: hue angle of 160.95º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAE6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB187250230-
CMYK0.2500.080.02
HSL160.95º86.3%85.69%-
HSV(B)160.95º25.2%98.04%-
XYZ68.9684.6587.57-
YUV228.88128.6398.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.04%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=28.04%
G=37.48%
B=34.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502300.2500.080.02160.9586.385.69
HexBBFAE619082a15656
Octal273372346310102241126126
Binary1011101111111010111001101100101000101010000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAE6; }

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

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

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

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

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

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

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

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