#B0ECD7

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

Shades of Water Leaf #B0ECD7

Tints of Water Leaf #B0ECD7

Color information

#B0ECD7 (or 0xB0ECD7) is unknown color: approx Water Leaf. HEX triplet: B0, EC and D7. RGB value is (176,236,215). Sum of RGB (Red+Green+Blue) = 176+236+215=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD7 is #4F1328. Grayscale: #D7D7D7. Windows color (decimal): -5182249 or 14150832. OLE color: 14150832.

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

Color convert

RGB176236215-
CMYK0.2500.090.07
HSL159º61.22%80.78%-
HSV(B)159º25.42%92.55%-
XYZ60.1774.1375.43-
YUV215.67127.6299.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.07%
GREEN value IS 236 (92.58% from 255) = 37.64%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=28.07%
G=37.64%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362150.2500.090.0715961.2280.78
HexB0ECD7190979f3d51
Octal26035432731011723775121
Binary1011000011101100110101111100101001111100111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECD7; }

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

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

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

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

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

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

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

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