#BBEFE4

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

Shades of Water Leaf #BBEFE4

Tints of Water Leaf #BBEFE4

Color information

#BBEFE4 (or 0xBBEFE4) is unknown color: approx Water Leaf. HEX triplet: BB, EF and E4. RGB value is (187,239,228). Sum of RGB (Red+Green+Blue) = 187+239+228=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE4 is #44101B. Grayscale: #DEDEDE. Windows color (decimal): -4460572 or 15003579. OLE color: 15003579.

HSL color Cylindrical-coordinate representation of color #BBEFE4: hue angle of 167.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFE4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB187239228-
CMYK0.2200.050.06
HSL167.31º61.9%83.53%-
HSV(B)167.31º21.76%93.73%-
XYZ65.3677.984.99-
YUV222.2131.27102.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=28.59%
G=36.54%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392280.2200.050.06167.3161.983.53
HexBBEFE416056a73e54
Octal2733573442605624776124
Binary101110111110111111100100101100101110101001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFE4; }

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

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

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

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

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

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

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

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