Html Css Color HEX #B5EDD8 Water Leaf

📋 copy color: '#B5EDD8'

red 181 ◦ green 237 ◦ blue 216

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

Shades of Water Leaf #B5EDD8

Tints of Water Leaf #B5EDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.07%

R = 28.55%
G = 37.38%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#B5EDD8 (or 0xB5EDD8) is known color: Water Leaf. HEX triplet: B5, ED and D8. RGB value is (181,237,216). Sum of RGB (Red+Green+Blue) = 181+237+216=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDD8 is #4A1227. Grayscale: #D9D9D9. Windows color (decimal): -4854312 or 14216629. OLE color: 14216629.

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

Color convert

RGB 181 237 216 -
CMYK 0.24 0 0.09 0.07
HSL 157.5º 0.61% 0.82% -
HSV(B) 157.5º 0.24% 0.93% -
XYZ 61.73 75.35 76.26 -
YUV 217.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 181 237 216 0.24 0 0.09 0.07 157.5 0.61 0.82
Hex B5 ED D8 18 0 9 7 9E 3D 52
Octal 265 355 330 30 0 11 7 236 75 122
Binary 10110101 11101101 11011000 11000 0 1001 111 10011110 111101 1010010

Color Harmonies of #B5EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EDD8

Black with #B5EDD8

Text Example


Text Example

White with #B5EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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