Html Css Color HEX #B0EEDE Water Leaf

📋 copy color: '#B0EEDE'

red 176 ◦ green 238 ◦ blue 222

#B0EEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #B0EEDE

Tints of Water Leaf #B0EEDE

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 value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#B0EEDE (or 0xB0EEDE) is known color: 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

RGB 176 238 222 -
CMYK 0.26 0 0.07 0.07
HSL 164.52º 0.65% 0.81% -
HSV(B) 164.52º 0.26% 0.93% -
XYZ 61.66 75.65 80.46 -
YUV 217.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 176 238 222 0.26 0 0.07 0.07 164.52 0.65 0.81
Hex B0 EE DE 1A 0 7 7 A5 41 51
Octal 260 356 336 32 0 7 7 245 101 121
Binary 10110000 11101110 11011110 11010 0 111 111 10100101 1000001 1010001

Color Harmonies of #B0EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEDE

Black with #B0EEDE

Text Example


Text Example

White with #B0EEDE

Text Example


Text Example

HTML Codes & Css Web 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>