Html Css Color HEX #B4ABAF Lily

📋 copy color: '#B4ABAF'

red 180 ◦ green 171 ◦ blue 175

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

Shades of Lily #B4ABAF

Tints of Lily #B4ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 34.22%
G = 32.51%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B4ABAF (or 0xB4ABAF) is known color: Lily. HEX triplet: B4, AB and AF. RGB value is (180,171,175). Sum of RGB (Red+Green+Blue) = 180+171+175=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAF is #4B5450. Grayscale: #AEAEAE. Windows color (decimal): -4936785 or 11512756. OLE color: 11512756.

HSL color Cylindrical-coordinate representation of color #B4ABAF: hue angle of 333.33º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4ABAF is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 175 -
CMYK 0 0.05 0.03 0.29
HSL 333.33º 0.06% 0.69% -
HSV(B) 333.33º 0.05% 0.71% -
XYZ 41.12 41.92 46.48 -
YUV 174.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 180 171 175 0 0.05 0.03 0.29 333.33 0.06 0.69
Hex B4 AB AF 0 5 3 1D 14D 6 45
Octal 264 253 257 0 5 3 35 515 6 105
Binary 10110100 10101011 10101111 0 101 11 11101 101001101 110 1000101

Color Harmonies of #B4ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABAF

Black with #B4ABAF

Text Example


Text Example

White with #B4ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABAF; }

 p { color: rgb(180,171,175); }

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

background-color css

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

 a { background-color: rgb(180,171,175); }

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

border-color css

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

 span { border-color: rgb(180,171,175); }

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