#BBECDB

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

Shades of Water Leaf #BBECDB

Tints of Water Leaf #BBECDB

Color information

#BBECDB (or 0xBBECDB) is unknown color: approx Water Leaf. HEX triplet: BB, EC and DB. RGB value is (187,236,219). Sum of RGB (Red+Green+Blue) = 187+236+219=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDB is #441324. Grayscale: #DBDBDB. Windows color (decimal): -4461349 or 14412987. OLE color: 14412987.

HSL color Cylindrical-coordinate representation of color #BBECDB: hue angle of 159.18º degrees, saturation: 0.56, 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 #BBECDB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB187236219-
CMYK0.2100.070.07
HSL159.18º56.32%82.94%-
HSV(B)159.18º20.76%92.55%-
XYZ63.2875.6778.29-
YUV219.41127.77104.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=29.13%
G=36.76%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362190.2100.070.07159.1856.3282.94
HexBBECDB150779f3853
Octal2733543332507723770123
Binary101110111110110011011011101010111111100111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECDB; }

 p { color: rgb(187,236,219); }

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

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

 a { background-color: rgb(187,236,219); }

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

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

 span { border-color: rgb(187,236,219); }

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