#B0ECDD

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

Shades of Water Leaf #B0ECDD

Tints of Water Leaf #B0ECDD

Color information

#B0ECDD (or 0xB0ECDD) is unknown color: approx Water Leaf. HEX triplet: B0, EC and DD. RGB value is (176,236,221). Sum of RGB (Red+Green+Blue) = 176+236+221=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECDD is #4F1322. Grayscale: #D8D8D8. Windows color (decimal): -5182243 or 14544048. OLE color: 14544048.

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

Color convert

RGB176236221-
CMYK0.2500.060.07
HSL165º61.22%80.78%-
HSV(B)165º25.42%92.55%-
XYZ60.9574.4479.56-
YUV216.35130.6299.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.80%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=27.80%
G=37.28%
B=34.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362210.2500.060.0716561.2280.78
HexB0ECDD19067a53d51
Octal2603543353106724575121
Binary101100001110110011011101110010110111101001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECDD; }

 p { color: rgb(176,236,221); }

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

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

 a { background-color: rgb(176,236,221); }

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

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

 span { border-color: rgb(176,236,221); }

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