Html Css Color HEX #B5ECDE Water Leaf

📋 copy color: '#B5ECDE'

red 181 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #B5ECDE

Tints of Water Leaf #B5ECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.74%

R = 28.33%
G = 36.93%
B = 34.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B5ECDE (or 0xB5ECDE) is known color: Water Leaf. HEX triplet: B5, EC and DE. RGB value is (181,236,222). Sum of RGB (Red+Green+Blue) = 181+236+222=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDE is #4A1321. Grayscale: #D9D9D9. Windows color (decimal): -4854562 or 14609589. OLE color: 14609589.

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

Color convert

RGB 181 236 222 -
CMYK 0.23 0 0.06 0.07
HSL 164.73º 0.59% 0.82% -
HSV(B) 164.73º 0.23% 0.93% -
XYZ 62.24 75.09 80.32 -
YUV 217.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 181 236 222 0.23 0 0.06 0.07 164.73 0.59 0.82
Hex B5 EC DE 17 0 6 7 A5 3B 52
Octal 265 354 336 27 0 6 7 245 73 122
Binary 10110101 11101100 11011110 10111 0 110 111 10100101 111011 1010010

Color Harmonies of #B5ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECDE

Black with #B5ECDE

Text Example


Text Example

White with #B5ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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