Html Css Color HEX #B5ECE0 Water Leaf

📋 copy color: '#B5ECE0'

red 181 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #B5ECE0

Tints of Water Leaf #B5ECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.95%

R = 28.24%
G = 36.82%
B = 34.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#B5ECE0 (or 0xB5ECE0) is known color: Water Leaf. HEX triplet: B5, EC and E0. RGB value is (181,236,224). Sum of RGB (Red+Green+Blue) = 181+236+224=641 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.24% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECE0 is #4A131F. Grayscale: #DADADA. Windows color (decimal): -4854560 or 14740661. OLE color: 14740661.

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

Color convert

RGB 181 236 224 -
CMYK 0.23 0 0.05 0.07
HSL 166.91º 0.59% 0.82% -
HSV(B) 166.91º 0.23% 0.93% -
XYZ 62.51 75.2 81.74 -
YUV 218.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 181 236 224 0.23 0 0.05 0.07 166.91 0.59 0.82
Hex B5 EC E0 17 0 5 7 A7 3B 52
Octal 265 354 340 27 0 5 7 247 73 122
Binary 10110101 11101100 11100000 10111 0 101 111 10100111 111011 1010010

Color Harmonies of #B5ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ECE0

Black with #B5ECE0

Text Example


Text Example

White with #B5ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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