Html Css Color HEX #B5EBDD Water Leaf

📋 copy color: '#B5EBDD'

red 181 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #B5EBDD

Tints of Water Leaf #B5EBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.89%

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 28.41%
G = 36.89%
B = 34.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B5EBDD (or 0xB5EBDD) is known color: Water Leaf. HEX triplet: B5, EB and DD. RGB value is (181,235,221). Sum of RGB (Red+Green+Blue) = 181+235+221=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBDD is #4A1422. Grayscale: #D9D9D9. Windows color (decimal): -4854819 or 14543797. OLE color: 14543797.

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

Color convert

RGB 181 235 221 -
CMYK 0.23 0 0.06 0.08
HSL 164.44º 0.57% 0.82% -
HSV(B) 164.44º 0.23% 0.92% -
XYZ 61.82 74.46 79.52 -
YUV 217.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 181 235 221 0.23 0 0.06 0.08 164.44 0.57 0.82
Hex B5 EB DD 17 0 6 8 A4 39 52
Octal 265 353 335 27 0 6 10 244 71 122
Binary 10110101 11101011 11011101 10111 0 110 1000 10100100 111001 1010010

Color Harmonies of #B5EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EBDD

Black with #B5EBDD

Text Example


Text Example

White with #B5EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EBDD; }

 p { color: rgb(181,235,221); }

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

background-color css

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

 a { background-color: rgb(181,235,221); }

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

border-color css

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

 span { border-color: rgb(181,235,221); }

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