#B0EFDE

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

Shades of Water Leaf #B0EFDE

Tints of Water Leaf #B0EFDE

Color information

#B0EFDE (or 0xB0EFDE) is unknown color: approx Water Leaf. HEX triplet: B0, EF and DE. RGB value is (176,239,222). Sum of RGB (Red+Green+Blue) = 176+239+222=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDE is #4F1021. Grayscale: #DADADA. Windows color (decimal): -5181474 or 14610352. OLE color: 14610352.

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

Color convert

RGB176239222-
CMYK0.2600.070.06
HSL163.81º66.32%81.37%-
HSV(B)163.81º26.36%93.73%-
XYZ61.9676.2480.56-
YUV218.22130.1397.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=27.63%
G=37.52%
B=34.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392220.2600.070.06163.8166.3281.37
HexB0EFDE1A076a44251
Octal26035733632076244102121
Binary1011000011101111110111101101001111101010010010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFDE; }

 p { color: rgb(176,239,222); }

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

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

 a { background-color: rgb(176,239,222); }

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

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

 span { border-color: rgb(176,239,222); }

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