#B6A1B9

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

Shades of Lola #B6A1B9

Tints of Lola #B6A1B9

Color information

#B6A1B9 (or 0xB6A1B9) is unknown color: approx Lola. HEX triplet: B6, A1 and B9. RGB value is (182,161,185). Sum of RGB (Red+Green+Blue) = 182+161+185=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 185 - color contains mainly: blue. Hex color #B6A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1B9 is #495E46. Grayscale: #A9A9A9. Windows color (decimal): -4808263 or 12165558. OLE color: 12165558.

HSL color Cylindrical-coordinate representation of color #B6A1B9: hue angle of 292.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6A1B9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182161185-
CMYK0.020.1300.27
HSL292.5º14.63%67.84%-
HSV(B)292.5º12.97%72.55%-
XYZ40.7938.9451.26-
YUV170.02136.46136.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 185 (72.66% from 255) = 35.04%
R=34.47%
G=30.49%
B=35.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821611850.020.1300.27292.514.6367.84
HexB6A1B92D01B124f44
Octal26624127121503344417104
Binary10110110101000011011100110110101101110010010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A1B9; }

 p { color: rgb(182,161,185); }

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

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

 a { background-color: rgb(182,161,185); }

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

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

 span { border-color: rgb(182,161,185); }

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