#B0EEDE

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

Shades of Water Leaf #B0EEDE

Tints of Water Leaf #B0EEDE

Color information

#B0EEDE (or 0xB0EEDE) is unknown color: approx Water Leaf. HEX triplet: B0, EE and DE. RGB value is (176,238,222). Sum of RGB (Red+Green+Blue) = 176+238+222=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEDE is #4F1121. Grayscale: #D9D9D9. Windows color (decimal): -5181730 or 14610096. OLE color: 14610096.

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

Color convert

RGB176238222-
CMYK0.2600.070.07
HSL164.52º64.58%81.18%-
HSV(B)164.52º26.05%93.33%-
XYZ61.6675.6580.46-
YUV217.64130.4698.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=27.67%
G=37.42%
B=34.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762382220.2600.070.07164.5264.5881.18
HexB0EEDE1A077a54151
Octal26035633632077245101121
Binary1011000011101110110111101101001111111010010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEDE; }

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

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

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

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

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

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

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

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