#B7A6BB

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

Shades of Lola #B7A6BB

Tints of Lola #B7A6BB

Color information

#B7A6BB (or 0xB7A6BB) is unknown color: approx Lola. HEX triplet: B7, A6 and BB. RGB value is (183,166,187). Sum of RGB (Red+Green+Blue) = 183+166+187=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7A6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6BB is #485944. Grayscale: #ADADAD. Windows color (decimal): -4741445 or 12297911. OLE color: 12297911.

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

Color convert

RGB183166187-
CMYK0.020.1100.27
HSL288.57º13.38%69.22%-
HSV(B)288.57º11.23%73.33%-
XYZ42.1340.9352.69-
YUV173.48135.63134.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=34.14%
G=30.97%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831661870.020.1100.27288.5713.3869.22
HexB7A6BB2B01B121d45
Octal26724627321303344115105
Binary10110111101001101011101110101101101110010000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6BB; }

 p { color: rgb(183,166,187); }

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

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

 a { background-color: rgb(183,166,187); }

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

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

 span { border-color: rgb(183,166,187); }

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