#BBECDA

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

Shades of Water Leaf #BBECDA

Tints of Water Leaf #BBECDA

Color information

#BBECDA (or 0xBBECDA) is unknown color: approx Water Leaf. HEX triplet: BB, EC and DA. RGB value is (187,236,218). Sum of RGB (Red+Green+Blue) = 187+236+218=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECDA is #441325. Grayscale: #DBDBDB. Windows color (decimal): -4461350 or 14347451. OLE color: 14347451.

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

Color convert

RGB187236218-
CMYK0.2100.080.07
HSL157.96º56.32%82.94%-
HSV(B)157.96º20.76%92.55%-
XYZ63.1475.6277.6-
YUV219.3127.27104.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=29.17%
G=36.82%
B=34.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362180.2100.080.07157.9656.3282.94
HexBBECDA150879e3853
Octal27335433225010723670123
Binary1011101111101100110110101010101000111100111101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECDA; }

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

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

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

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

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

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

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

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