#B0ECD9

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

Shades of Water Leaf #B0ECD9

Tints of Water Leaf #B0ECD9

Color information

#B0ECD9 (or 0xB0ECD9) is unknown color: approx Water Leaf. HEX triplet: B0, EC and D9. RGB value is (176,236,217). Sum of RGB (Red+Green+Blue) = 176+236+217=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD9 is #4F1326. Grayscale: #D7D7D7. Windows color (decimal): -5182247 or 14281904. OLE color: 14281904.

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

Color convert

RGB176236217-
CMYK0.2500.080.07
HSL161º61.22%80.78%-
HSV(B)161º25.42%92.55%-
XYZ60.4274.2376.79-
YUV215.89128.6299.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=27.98%
G=37.52%
B=34.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762362170.2500.080.0716161.2280.78
HexB0ECD919087a13d51
Octal26035433131010724175121
Binary1011000011101100110110011100101000111101000011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECD9; }

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

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

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

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

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

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

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

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