#BBF4DE

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

Shades of Water Leaf #BBF4DE

Tints of Water Leaf #BBF4DE

Color information

#BBF4DE (or 0xBBF4DE) is unknown color: approx Water Leaf. HEX triplet: BB, F4 and DE. RGB value is (187,244,222). Sum of RGB (Red+Green+Blue) = 187+244+222=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4DE is #440B21. Grayscale: #E0E0E0. Windows color (decimal): -4459298 or 14611643. OLE color: 14611643.

HSL color Cylindrical-coordinate representation of color #BBF4DE: hue angle of 156.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4DE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB187244222-
CMYK0.2300.090.04
HSL156.84º72.15%84.51%-
HSV(B)156.84º23.36%95.69%-
XYZ66.0380.5481.17-
YUV224.45126.62101.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=28.64%
G=37.37%
B=34.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872442220.2300.090.04156.8472.1584.51
HexBBF4DE170949d4855
Octal273364336270114235110125
Binary10111011111101001101111010111010011001001110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF4DE; }

 p { color: rgb(187,244,222); }

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

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

 a { background-color: rgb(187,244,222); }

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

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

 span { border-color: rgb(187,244,222); }

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