Html Css Color HEX #B4EAE4 Water Leaf

📋 copy color: '#B4EAE4'

red 180 ◦ green 234 ◦ blue 228

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

Shades of Water Leaf #B4EAE4

Tints of Water Leaf #B4EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.51%

R = 28.04%
G = 36.45%
B = 35.51%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#B4EAE4 (or 0xB4EAE4) is known color: Water Leaf. HEX triplet: B4, EA and E4. RGB value is (180,234,228). Sum of RGB (Red+Green+Blue) = 180+234+228=642 (85% of max value = 765). Red value is 180 (70.70% from 255 or 28.04% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAE4 is #4B151B. Grayscale: #D9D9D9. Windows color (decimal): -4920604 or 15002292. OLE color: 15002292.

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

Color convert

RGB 180 234 228 -
CMYK 0.23 0 0.03 0.08
HSL 173.33º 0.56% 0.81% -
HSV(B) 173.33º 0.23% 0.92% -
XYZ 62.25 74.15 84.43 -
YUV 217.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 180 234 228 0.23 0 0.03 0.08 173.33 0.56 0.81
Hex B4 EA E4 17 0 3 8 AD 38 51
Octal 264 352 344 27 0 3 10 255 70 121
Binary 10110100 11101010 11100100 10111 0 11 1000 10101101 111000 1010001

Color Harmonies of #B4EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EAE4

Black with #B4EAE4

Text Example


Text Example

White with #B4EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EAE4; }

 p { color: rgb(180,234,228); }

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

background-color css

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

 a { background-color: rgb(180,234,228); }

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

border-color css

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

 span { border-color: rgb(180,234,228); }

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