#B8A1B9

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

Shades of Lola #B8A1B9

Tints of Lola #B8A1B9

Color information

#B8A1B9 (or 0xB8A1B9) is unknown color: approx Lola. HEX triplet: B8, A1 and B9. RGB value is (184,161,185). Sum of RGB (Red+Green+Blue) = 184+161+185=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #B8A1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1B9 is #475E46. Grayscale: #AAAAAA. Windows color (decimal): -4677191 or 12165560. OLE color: 12165560.

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

Color convert

RGB184161185-
CMYK0.010.1300.27
HSL297.5º14.63%67.84%-
HSV(B)297.5º12.97%72.55%-
XYZ41.2739.1851.29-
YUV170.61136.12137.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=34.72%
G=30.38%
B=34.91%

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
Decimal1841611850.010.1300.27297.514.6367.84
HexB8A1B91D01B12af44
Octal27024127111503345217104
Binary1011100010100001101110011110101101110010101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1B9; }

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

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

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

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

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

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

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

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