Html Css Color HEX #B5EAE0 Water Leaf

📋 copy color: '#B5EAE0'

red 181 ◦ green 234 ◦ blue 224

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

Shades of Water Leaf #B5EAE0

Tints of Water Leaf #B5EAE0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.62%

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

R = 28.33%
G = 36.62%
B = 35.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#B5EAE0 (or 0xB5EAE0) is known color: Water Leaf. HEX triplet: B5, EA and E0. RGB value is (181,234,224). Sum of RGB (Red+Green+Blue) = 181+234+224=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EAE0 is #4A151F. Grayscale: #D9D9D9. Windows color (decimal): -4855072 or 14740149. OLE color: 14740149.

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

Color convert

RGB 181 234 224 -
CMYK 0.23 0 0.04 0.08
HSL 168.68º 0.56% 0.81% -
HSV(B) 168.68º 0.23% 0.92% -
XYZ 61.93 74.05 81.55 -
YUV 217.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 181 234 224 0.23 0 0.04 0.08 168.68 0.56 0.81
Hex B5 EA E0 17 0 4 8 A9 38 51
Octal 265 352 340 27 0 4 10 251 70 121
Binary 10110101 11101010 11100000 10111 0 100 1000 10101001 111000 1010001

Color Harmonies of #B5EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EAE0

Black with #B5EAE0

Text Example


Text Example

White with #B5EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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