#BBFAEA

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

Shades of Water Leaf #BBFAEA

Tints of Water Leaf #BBFAEA

Color information

#BBFAEA (or 0xBBFAEA) is unknown color: approx Water Leaf. HEX triplet: BB, FA and EA. RGB value is (187,250,234). Sum of RGB (Red+Green+Blue) = 187+250+234=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEA is #440515. Grayscale: #E5E5E5. Windows color (decimal): -4457750 or 15399611. OLE color: 15399611.

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

Color convert

RGB187250234-
CMYK0.2500.060.02
HSL164.76º86.3%85.69%-
HSV(B)164.76º25.2%98.04%-
XYZ69.5384.8890.56-
YUV229.34130.6397.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.87%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=27.87%
G=37.26%
B=34.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502340.2500.060.02164.7686.385.69
HexBBFAEA19062a55656
Octal27337235231062245126126
Binary101110111111101011101010110010110101010010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAEA; }

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

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

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

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

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

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

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

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