Html Css Color HEX #B5ECD9 Water Leaf

📋 copy color: '#B5ECD9'

red 181 ◦ green 236 ◦ blue 217

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

Shades of Water Leaf #B5ECD9

Tints of Water Leaf #B5ECD9

RGB

 RED value IS 181 (71.09% from 255) = 28.55%

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

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

R = 28.55%
G = 37.22%
B = 34.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B5ECD9 (or 0xB5ECD9) is known color: Water Leaf. HEX triplet: B5, EC and D9. RGB value is (181,236,217). Sum of RGB (Red+Green+Blue) = 181+236+217=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECD9 is #4A1326. Grayscale: #D9D9D9. Windows color (decimal): -4854567 or 14281909. OLE color: 14281909.

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

Color convert

RGB 181 236 217 -
CMYK 0.23 0 0.08 0.07
HSL 159.27º 0.59% 0.82% -
HSV(B) 159.27º 0.23% 0.93% -
XYZ 61.58 74.82 76.84 -
YUV 217.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 181 236 217 0.23 0 0.08 0.07 159.27 0.59 0.82
Hex B5 EC D9 17 0 8 7 9F 3B 52
Octal 265 354 331 27 0 10 7 237 73 122
Binary 10110101 11101100 11011001 10111 0 1000 111 10011111 111011 1010010

Color Harmonies of #B5ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECD9

Black with #B5ECD9

Text Example


Text Example

White with #B5ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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