#B7ABB5

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

Shades of Lily #B7ABB5

Tints of Lily #B7ABB5

Color information

#B7ABB5 (or 0xB7ABB5) is unknown color: approx Lily. HEX triplet: B7, AB and B5. RGB value is (183,171,181). Sum of RGB (Red+Green+Blue) = 183+171+181=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABB5 is #48544A. Grayscale: #AFAFAF. Windows color (decimal): -4740171 or 11905975. OLE color: 11905975.

HSL color Cylindrical-coordinate representation of color #B7ABB5: hue angle of 310º 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 #B7ABB5 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183171181-
CMYK00.070.010.28
HSL310º7.69%69.41%-
HSV(B)310º6.56%71.76%-
XYZ42.4342.5349.69-
YUV175.73130.98133.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=34.21%
G=31.96%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317118100.070.010.283107.6969.41
HexB7ABB50711C136845
Octal2672532650713446610105
Binary101101111010101110110101011111110010011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABB5; }

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

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

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

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

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

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

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

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