#BBFAE7

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

Shades of Water Leaf #BBFAE7

Tints of Water Leaf #BBFAE7

Color information

#BBFAE7 (or 0xBBFAE7) is unknown color: approx Water Leaf. HEX triplet: BB, FA and E7. RGB value is (187,250,231). Sum of RGB (Red+Green+Blue) = 187+250+231=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE7 is #440518. Grayscale: #E5E5E5. Windows color (decimal): -4457753 or 15203003. OLE color: 15203003.

HSL color Cylindrical-coordinate representation of color #BBFAE7: hue angle of 161.9º 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 #BBFAE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB187250231-
CMYK0.2500.080.02
HSL161.9º86.3%85.69%-
HSV(B)161.9º25.2%98.04%-
XYZ69.184.7188.31-
YUV229129.1398.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.99%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 231 (90.62% from 255) = 34.58%
R=27.99%
G=37.43%
B=34.58%

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
Decimal1872502310.2500.080.02161.986.385.69
HexBBFAE719082a25656
Octal273372347310102242126126
Binary1011101111111010111001111100101000101010001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAE7; }

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

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

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

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

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

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

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

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