Html Css Color HEX #B4E5DE Water Leaf

📋 copy color: '#B4E5DE'

red 180 ◦ green 229 ◦ blue 222

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

Shades of Water Leaf #B4E5DE

Tints of Water Leaf #B4E5DE

RGB

 RED value IS 180 (70.7% from 255) = 28.53%

 GREEN value IS 229 (89.84% from 255) = 36.29%

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

R = 28.53%
G = 36.29%
B = 35.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B4E5DE (or 0xB4E5DE) is known color: Water Leaf. HEX triplet: B4, E5 and DE. RGB value is (180,229,222). Sum of RGB (Red+Green+Blue) = 180+229+222=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E5DE is #4B1A21. Grayscale: #D5D5D5. Windows color (decimal): -4921890 or 14607796. OLE color: 14607796.

HSL color Cylindrical-coordinate representation of color #B4E5DE: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E5DE is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 222 -
CMYK 0.21 0 0.03 0.10
HSL 171.43º 0.49% 0.8% -
HSV(B) 171.43º 0.21% 0.9% -
XYZ 60.03 71.02 79.65 -
YUV 213.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 180 229 222 0.21 0 0.03 0.10 171.43 0.49 0.8
Hex B4 E5 DE 15 0 3 A AB 31 50
Octal 264 345 336 25 0 3 12 253 61 120
Binary 10110100 11100101 11011110 10101 0 11 1010 10101011 110001 1010000

Color Harmonies of #B4E5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5DE

Black with #B4E5DE

Text Example


Text Example

White with #B4E5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5DE; }

 p { color: rgb(180,229,222); }

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

background-color css

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

 a { background-color: rgb(180,229,222); }

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

border-color css

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

 span { border-color: rgb(180,229,222); }

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