#B7A1BC

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

Shades of Lola #B7A1BC

Tints of Lola #B7A1BC

Color information

#B7A1BC (or 0xB7A1BC) is unknown color: approx Lola. HEX triplet: B7, A1 and BC. RGB value is (183,161,188). Sum of RGB (Red+Green+Blue) = 183+161+188=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A1BC is #485E43. Grayscale: #AAAAAA. Windows color (decimal): -4742724 or 12362167. OLE color: 12362167.

HSL color Cylindrical-coordinate representation of color #B7A1BC: hue angle of 288.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A1BC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB183161188-
CMYK0.030.1400.26
HSL288.89º16.77%68.43%-
HSV(B)288.89º14.36%73.73%-
XYZ41.3539.1952.96-
YUV170.66137.79136.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.40%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=34.40%
G=30.26%
B=35.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831611880.030.1400.26288.8916.7768.43
HexB7A1BC3E01A1211144
Octal26724127431603244121104
Binary101101111010000110111100111110011010100100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A1BC; }

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

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

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

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

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

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

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

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