Html Css Color HEX #B0EEDC Water Leaf

📋 copy color: '#B0EEDC'

red 176 ◦ green 238 ◦ blue 220

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

Shades of Water Leaf #B0EEDC

Tints of Water Leaf #B0EEDC

RGB

 RED value IS 176 (69.14% from 255) = 27.76%

 GREEN value IS 238 (93.36% from 255) = 37.54%

 BLUE value IS 220 (86.33% from 255) = 34.7%

R = 27.76%
G = 37.54%
B = 34.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B0EEDC (or 0xB0EEDC) is known color: Water Leaf. HEX triplet: B0, EE and DC. RGB value is (176,238,220). Sum of RGB (Red+Green+Blue) = 176+238+220=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEDC is #4F1123. Grayscale: #D9D9D9. Windows color (decimal): -5181732 or 14479024. OLE color: 14479024.

HSL color Cylindrical-coordinate representation of color #B0EEDC: hue angle of 162.58º 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 #B0EEDC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 220 -
CMYK 0.26 0 0.08 0.07
HSL 162.58º 0.65% 0.81% -
HSV(B) 162.58º 0.26% 0.93% -
XYZ 61.4 75.55 79.06 -
YUV 217.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 176 238 220 0.26 0 0.08 0.07 162.58 0.65 0.81
Hex B0 EE DC 1A 0 8 7 A3 41 51
Octal 260 356 334 32 0 10 7 243 101 121
Binary 10110000 11101110 11011100 11010 0 1000 111 10100011 1000001 1010001

Color Harmonies of #B0EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEDC

Black with #B0EEDC

Text Example


Text Example

White with #B0EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EEDC; }

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

 H1.HeaderClassName
 {
   color: #B0EEDC;
 }
 .AnyTagClassName
 {
   color: #B0EEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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