#B7ABAF

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

Shades of Lily #B7ABAF

Tints of Lily #B7ABAF

Color information

#B7ABAF (or 0xB7ABAF) is unknown color: approx Lily. HEX triplet: B7, AB and AF. RGB value is (183,171,175). Sum of RGB (Red+Green+Blue) = 183+171+175=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAF is #485450. Grayscale: #AFAFAF. Windows color (decimal): -4740177 or 11512759. OLE color: 11512759.

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

Color convert

RGB183171175-
CMYK00.070.040.28
HSL340º7.69%69.41%-
HSV(B)340º6.56%71.76%-
XYZ41.8342.2946.52-
YUV175.04127.98133.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=34.59%
G=32.33%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317117500.070.040.283407.6969.41
HexB7ABAF0741C154845
Octal2672532570743452410105
Binary10110111101010111010111101111001110010101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABAF; }

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

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

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

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

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

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

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

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