#BBEDDC

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

Shades of Water Leaf #BBEDDC

Tints of Water Leaf #BBEDDC

Color information

#BBEDDC (or 0xBBEDDC) is unknown color: approx Water Leaf. HEX triplet: BB, ED and DC. RGB value is (187,237,220). Sum of RGB (Red+Green+Blue) = 187+237+220=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDDC is #441223. Grayscale: #DCDCDC. Windows color (decimal): -4461092 or 14478779. OLE color: 14478779.

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

Color convert

RGB187237220-
CMYK0.2100.070.07
HSL159.6º58.14%83.14%-
HSV(B)159.6º21.1%92.94%-
XYZ63.776.379.08-
YUV220.11127.94104.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=29.04%
G=36.80%
B=34.16%

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
Decimal1872372200.2100.070.07159.658.1483.14
HexBBEDDC15077a03a53
Octal2733553342507724072123
Binary101110111110110111011100101010111111101000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDDC; }

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

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

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

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

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

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

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

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