#B0EBD9

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

Shades of Water Leaf #B0EBD9

Tints of Water Leaf #B0EBD9

Color information

#B0EBD9 (or 0xB0EBD9) is unknown color: approx Water Leaf. HEX triplet: B0, EB and D9. RGB value is (176,235,217). Sum of RGB (Red+Green+Blue) = 176+235+217=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD9 is #4F1426. Grayscale: #D7D7D7. Windows color (decimal): -5182503 or 14281648. OLE color: 14281648.

HSL color Cylindrical-coordinate representation of color #B0EBD9: hue angle of 161.69º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBD9 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB176235217-
CMYK0.2500.080.08
HSL161.69º59.6%80.59%-
HSV(B)161.69º25.11%92.16%-
XYZ60.1473.6676.69-
YUV215.31128.9599.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.03%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=28.03%
G=37.42%
B=34.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762352170.2500.080.08161.6959.680.59
HexB0EBD919088a23c51
Octal260353331310101024274121
Binary10110000111010111101100111001010001000101000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EBD9; }

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

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

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

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

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

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

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

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