#B8A1BF

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

Shades of Lola #B8A1BF

Tints of Lola #B8A1BF

Color information

#B8A1BF (or 0xB8A1BF) is unknown color: approx Lola. HEX triplet: B8, A1 and BF. RGB value is (184,161,191). Sum of RGB (Red+Green+Blue) = 184+161+191=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1BF is #475E40. Grayscale: #ABABAB. Windows color (decimal): -4677185 or 12558776. OLE color: 12558776.

HSL color Cylindrical-coordinate representation of color #B8A1BF: hue angle of 286º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8A1BF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184161191-
CMYK0.040.1600.25
HSL286º18.99%69.02%-
HSV(B)286º15.71%74.9%-
XYZ41.9239.4454.69-
YUV171.3139.12137.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 191 (75% from 255) = 35.63%
R=34.33%
G=30.04%
B=35.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841611910.040.1600.2528618.9969.02
HexB8A1BF41001911e1345
Octal27024127742003143623105
Binary10111000101000011011111110010000011001100011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A1BF; }

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

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

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

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

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

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

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

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