Html Css Color HEX #B5EDD9 Water Leaf

📋 copy color: '#B5EDD9'

red 181 ◦ green 237 ◦ blue 217

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

Shades of Water Leaf #B5EDD9

Tints of Water Leaf #B5EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

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

R = 28.5%
G = 37.32%
B = 34.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B5EDD9 (or 0xB5EDD9) is known color: Water Leaf. HEX triplet: B5, ED and D9. RGB value is (181,237,217). Sum of RGB (Red+Green+Blue) = 181+237+217=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD9 is #4A1226. Grayscale: #DADADA. Windows color (decimal): -4854311 or 14282165. OLE color: 14282165.

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

Color convert

RGB 181 237 217 -
CMYK 0.24 0 0.08 0.07
HSL 158.57º 0.61% 0.82% -
HSV(B) 158.57º 0.24% 0.93% -
XYZ 61.86 75.4 76.94 -
YUV 217.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 181 237 217 0.24 0 0.08 0.07 158.57 0.61 0.82
Hex B5 ED D9 18 0 8 7 9F 3D 52
Octal 265 355 331 30 0 10 7 237 75 122
Binary 10110101 11101101 11011001 11000 0 1000 111 10011111 111101 1010010

Color Harmonies of #B5EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDD9

Black with #B5EDD9

Text Example


Text Example

White with #B5EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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