Html Css Color HEX #B4FFEC Water Leaf

📋 copy color: '#B4FFEC'

red 180 ◦ green 255 ◦ blue 236

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

Shades of Water Leaf #B4FFEC

Tints of Water Leaf #B4FFEC

RGB

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

 GREEN value IS 255 (100% from 255) = 38%

 BLUE value IS 236 (92.58% from 255) = 35.17%

R = 26.83%
G = 38%
B = 35.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#B4FFEC (or 0xB4FFEC) is known color: Water Leaf. HEX triplet: B4, FF and EC. RGB value is (180,255,236). Sum of RGB (Red+Green+Blue) = 180+255+236=671 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.83% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEC is #4B0013. Grayscale: #E6E6E6. Windows color (decimal): -4915220 or 15531956. OLE color: 15531956.

HSL color Cylindrical-coordinate representation of color #B4FFEC: hue angle of 164.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFEC is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 236 -
CMYK 0.29 0 0.07 0
HSL 164.8º 1% 0.85% -
HSV(B) 164.8º 0.29% 1% -
XYZ 69.72 87.28 92.53 -
YUV 230.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 180 255 236 0.29 0 0.07 0 164.8 1 0.85
Hex B4 FF EC 1D 0 7 0 A5 64 55
Octal 264 377 354 35 0 7 0 245 144 125
Binary 10110100 11111111 11101100 11101 0 111 0 10100101 1100100 1010101

Color Harmonies of #B4FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFEC

Black with #B4FFEC

Text Example


Text Example

White with #B4FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFEC; }

 p { color: rgb(180,255,236); }

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

background-color css

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

 a { background-color: rgb(180,255,236); }

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

border-color css

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

 span { border-color: rgb(180,255,236); }

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