#B0EADD

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

Shades of Water Leaf #B0EADD

Tints of Water Leaf #B0EADD

Color information

#B0EADD (or 0xB0EADD) is unknown color: approx Water Leaf. HEX triplet: B0, EA and DD. RGB value is (176,234,221). Sum of RGB (Red+Green+Blue) = 176+234+221=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EADD is #4F1522. Grayscale: #D7D7D7. Windows color (decimal): -5182755 or 14543536. OLE color: 14543536.

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

Color convert

RGB176234221-
CMYK0.2500.060.08
HSL166.55º58%80.39%-
HSV(B)166.55º24.79%91.76%-
XYZ60.3873.379.37-
YUV215.18131.28100.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=27.89%
G=37.08%
B=35.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762342210.2500.060.08166.555880.39
HexB0EADD19068a73a50
Octal26035233531061024772120
Binary1011000011101010110111011100101101000101001111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EADD; }

 p { color: rgb(176,234,221); }

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

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

 a { background-color: rgb(176,234,221); }

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

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

 span { border-color: rgb(176,234,221); }

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