#B7A1B9

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

Shades of Lola #B7A1B9

Tints of Lola #B7A1B9

Color information

#B7A1B9 (or 0xB7A1B9) is unknown color: approx Lola. HEX triplet: B7, A1 and B9. RGB value is (183,161,185). Sum of RGB (Red+Green+Blue) = 183+161+185=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 185 - color contains mainly: blue. Hex color #B7A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1B9 is #485E46. Grayscale: #AAAAAA. Windows color (decimal): -4742727 or 12165559. OLE color: 12165559.

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

Color convert

RGB183161185-
CMYK0.010.1300.27
HSL295º14.63%67.84%-
HSV(B)295º12.97%72.55%-
XYZ41.0339.0651.28-
YUV170.31136.29137.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 185 (72.66% from 255) = 34.97%
R=34.59%
G=30.43%
B=34.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831611850.010.1300.2729514.6367.84
HexB7A1B91D01B127f44
Octal26724127111503344717104
Binary1011011110100001101110011110101101110010011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A1B9; }

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

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

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

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

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

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

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

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