#B6ABB7

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

Shades of Lola #B6ABB7

Tints of Lola #B6ABB7

Color information

#B6ABB7 (or 0xB6ABB7) is unknown color: approx Lola. HEX triplet: B6, AB and B7. RGB value is (182,171,183). Sum of RGB (Red+Green+Blue) = 182+171+183=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 183 - color contains mainly: blue. Hex color #B6ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABB7 is #495448. Grayscale: #AFAFAF. Windows color (decimal): -4805705 or 12037046. OLE color: 12037046.

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

Color convert

RGB182171183-
CMYK0.010.0700.28
HSL295º7.69%69.41%-
HSV(B)295º6.56%71.76%-
XYZ42.442.4950.77-
YUV175.66132.14132.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 183 (71.88% from 255) = 34.14%
R=33.96%
G=31.90%
B=34.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821711830.010.0700.282957.6969.41
HexB6ABB71701C127845
Octal2662532671703444710105
Binary101101101010101110110111111101110010010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABB7; }

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

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

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

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

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

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

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

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