Html Css Color HEX #B5ECDA Water Leaf

📋 copy color: '#B5ECDA'

red 181 ◦ green 236 ◦ blue 218

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

Shades of Water Leaf #B5ECDA

Tints of Water Leaf #B5ECDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 28.5%
G = 37.17%
B = 34.33%

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

#B5ECDA (or 0xB5ECDA) is known color: Water Leaf. HEX triplet: B5, EC and DA. RGB value is (181,236,218). Sum of RGB (Red+Green+Blue) = 181+236+218=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDA is #4A1325. Grayscale: #D9D9D9. Windows color (decimal): -4854566 or 14347445. OLE color: 14347445.

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

Color convert

RGB 181 236 218 -
CMYK 0.23 0 0.08 0.07
HSL 160.36º 0.59% 0.82% -
HSV(B) 160.36º 0.23% 0.93% -
XYZ 61.71 74.88 77.53 -
YUV 217.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 181 236 218 0.23 0 0.08 0.07 160.36 0.59 0.82
Hex B5 EC DA 17 0 8 7 A0 3B 52
Octal 265 354 332 27 0 10 7 240 73 122
Binary 10110101 11101100 11011010 10111 0 1000 111 10100000 111011 1010010

Color Harmonies of #B5ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECDA

Black with #B5ECDA

Text Example


Text Example

White with #B5ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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