Html Css Color HEX #B0ECD9 Water Leaf

📋 copy color: '#B0ECD9'

red 176 ◦ green 236 ◦ blue 217

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

Shades of Water Leaf #B0ECD9

Tints of Water Leaf #B0ECD9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.52%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 27.98%
G = 37.52%
B = 34.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B0ECD9 (or 0xB0ECD9) is known color: Water Leaf. HEX triplet: B0, EC and D9. RGB value is (176,236,217). Sum of RGB (Red+Green+Blue) = 176+236+217=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECD9 is #4F1326. Grayscale: #D7D7D7. Windows color (decimal): -5182247 or 14281904. OLE color: 14281904.

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

Color convert

RGB 176 236 217 -
CMYK 0.25 0 0.08 0.07
HSL 161º 0.61% 0.81% -
HSV(B) 161º 0.25% 0.93% -
XYZ 60.42 74.23 76.79 -
YUV 215.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 176 236 217 0.25 0 0.08 0.07 161 0.61 0.81
Hex B0 EC D9 19 0 8 7 A1 3D 51
Octal 260 354 331 31 0 10 7 241 75 121
Binary 10110000 11101100 11011001 11001 0 1000 111 10100001 111101 1010001

Color Harmonies of #B0ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ECD9

Black with #B0ECD9

Text Example


Text Example

White with #B0ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ECD9; }

 p { color: rgb(176,236,217); }

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

background-color css

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

 a { background-color: rgb(176,236,217); }

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

border-color css

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

 span { border-color: rgb(176,236,217); }

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