#BBFEE4

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

Shades of Water Leaf #BBFEE4

Tints of Water Leaf #BBFEE4

Color information

#BBFEE4 (or 0xBBFEE4) is unknown color: approx Water Leaf. HEX triplet: BB, FE and E4. RGB value is (187,254,228). Sum of RGB (Red+Green+Blue) = 187+254+228=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE4 is #44011B. Grayscale: #E7E7E7. Windows color (decimal): -4456732 or 15007419. OLE color: 15007419.

HSL color Cylindrical-coordinate representation of color #BBFEE4: hue angle of 156.72º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB187254228-
CMYK0.2600.100.00
HSL156.72º97.1%86.47%-
HSV(B)156.72º26.38%99.61%-
XYZ69.9487.0586.51-
YUV231126.396.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=27.95%
G=37.97%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542280.2600.100.00156.7297.186.47
HexBBFEE41A0A09d6156
Octal273376344320120235141126
Binary101110111111111011100100110100101001001110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEE4; }

 p { color: rgb(187,254,228); }

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

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

 a { background-color: rgb(187,254,228); }

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

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

 span { border-color: rgb(187,254,228); }

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