#BBEDDE

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

Shades of Water Leaf #BBEDDE

Tints of Water Leaf #BBEDDE

Color information

#BBEDDE (or 0xBBEDDE) is unknown color: approx Water Leaf. HEX triplet: BB, ED and DE. RGB value is (187,237,222). Sum of RGB (Red+Green+Blue) = 187+237+222=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDE is #441221. Grayscale: #DCDCDC. Windows color (decimal): -4461090 or 14609851. OLE color: 14609851.

HSL color Cylindrical-coordinate representation of color #BBEDDE: hue angle of 162º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDDE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB187237222-
CMYK0.2100.060.07
HSL162º58.14%83.14%-
HSV(B)162º21.1%92.94%-
XYZ63.9676.4180.48-
YUV220.34128.94104.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=28.95%
G=36.69%
B=34.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872372220.2100.060.0716258.1483.14
HexBBEDDE15067a23a53
Octal2733553362506724272123
Binary101110111110110111011110101010110111101000101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDDE; }

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

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

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

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

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

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

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

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