#B8ABAF

Color #B8ABAF Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #B8ABAF

Tints of Lily #B8ABAF

Color information

#B8ABAF (or 0xB8ABAF) is unknown color: approx Lily. HEX triplet: B8, AB and AF. RGB value is (184,171,175). Sum of RGB (Red+Green+Blue) = 184+171+175=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABAF is #475450. Grayscale: #AFAFAF. Windows color (decimal): -4674641 or 11512760. OLE color: 11512760.

HSL color Cylindrical-coordinate representation of color #B8ABAF: hue angle of 341.54º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ABAF is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184171175-
CMYK00.070.050.28
HSL341.54º8.39%69.61%-
HSV(B)341.54º7.07%72.16%-
XYZ42.0742.4146.53-
YUV175.34127.81134.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 171 (67.19% from 255) = 32.26%
BLUE value IS 175 (68.75% from 255) = 33.02%
R=34.72%
G=32.26%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417117500.070.050.28341.548.3969.61
HexB8ABAF0751C156846
Octal2702532570753452610106
Binary10111000101010111010111101111011110010101011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABAF; }

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

 H1.HeaderClassName
 {
   color: #B8ABAF;
 }
 .AnyTagClassName
 {
   color: #B8ABAF;
 }
</style>
background-color css

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

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

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

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

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

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