Html Css Color HEX #B4EFDE Water Leaf

📋 copy color: '#B4EFDE'

red 180 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #B4EFDE

Tints of Water Leaf #B4EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.29%

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

R = 28.08%
G = 37.29%
B = 34.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B4EFDE (or 0xB4EFDE) is known color: Water Leaf. HEX triplet: B4, EF and DE. RGB value is (180,239,222). Sum of RGB (Red+Green+Blue) = 180+239+222=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFDE is #4B1021. Grayscale: #DBDBDB. Windows color (decimal): -4919330 or 14610356. OLE color: 14610356.

HSL color Cylindrical-coordinate representation of color #B4EFDE: hue angle of 162.71º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFDE is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 239 222 -
CMYK 0.25 0 0.07 0.06
HSL 162.71º 0.65% 0.82% -
HSV(B) 162.71º 0.25% 0.94% -
XYZ 62.87 76.71 80.6 -
YUV 219.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 180 239 222 0.25 0 0.07 0.06 162.71 0.65 0.82
Hex B4 EF DE 19 0 7 6 A3 41 52
Octal 264 357 336 31 0 7 6 243 101 122
Binary 10110100 11101111 11011110 11001 0 111 110 10100011 1000001 1010010

Color Harmonies of #B4EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EFDE

Black with #B4EFDE

Text Example


Text Example

White with #B4EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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