Html Css Color HEX #B4E9DE Water Leaf

📋 copy color: '#B4E9DE'

red 180 ◦ green 233 ◦ blue 222

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

Shades of Water Leaf #B4E9DE

Tints of Water Leaf #B4E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.69%

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

R = 28.35%
G = 36.69%
B = 34.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#B4E9DE (or 0xB4E9DE) is known color: Water Leaf. HEX triplet: B4, E9 and DE. RGB value is (180,233,222). Sum of RGB (Red+Green+Blue) = 180+233+222=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9DE is #4B1621. Grayscale: #D7D7D7. Windows color (decimal): -4920866 or 14608820. OLE color: 14608820.

HSL color Cylindrical-coordinate representation of color #B4E9DE: hue angle of 167.55º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9DE is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 233 222 -
CMYK 0.23 0 0.05 0.09
HSL 167.55º 0.55% 0.81% -
HSV(B) 167.55º 0.23% 0.91% -
XYZ 61.15 73.26 80.02 -
YUV 215.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 180 233 222 0.23 0 0.05 0.09 167.55 0.55 0.81
Hex B4 E9 DE 17 0 5 9 A8 37 51
Octal 264 351 336 27 0 5 11 250 67 121
Binary 10110100 11101001 11011110 10111 0 101 1001 10101000 110111 1010001

Color Harmonies of #B4E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E9DE

Black with #B4E9DE

Text Example


Text Example

White with #B4E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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