#B0ECD8

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

Shades of Water Leaf #B0ECD8

Tints of Water Leaf #B0ECD8

Color information

#B0ECD8 (or 0xB0ECD8) is unknown color: approx Water Leaf. HEX triplet: B0, EC and D8. RGB value is (176,236,216). Sum of RGB (Red+Green+Blue) = 176+236+216=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD8 is #4F1327. Grayscale: #D7D7D7. Windows color (decimal): -5182248 or 14216368. OLE color: 14216368.

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

Color convert

RGB176236216-
CMYK0.2500.080.07
HSL160º61.22%80.78%-
HSV(B)160º25.42%92.55%-
XYZ60.2974.1876.11-
YUV215.78128.1299.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=28.03%
G=37.58%
B=34.39%

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
Decimal1762362160.2500.080.0716061.2280.78
HexB0ECD819087a03d51
Octal26035433031010724075121
Binary1011000011101100110110001100101000111101000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ECD8; }

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

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

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

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

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

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

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

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