#B7A2BC

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

Shades of Lola #B7A2BC

Tints of Lola #B7A2BC

Color information

#B7A2BC (or 0xB7A2BC) is unknown color: approx Lola. HEX triplet: B7, A2 and BC. RGB value is (183,162,188). Sum of RGB (Red+Green+Blue) = 183+162+188=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7A2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A2BC is #485D43. Grayscale: #ABABAB. Windows color (decimal): -4742468 or 12362423. OLE color: 12362423.

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

Color convert

RGB183162188-
CMYK0.030.1400.26
HSL288.46º16.25%68.63%-
HSV(B)288.46º13.83%73.73%-
XYZ41.5339.5453.02-
YUV171.24137.46136.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=34.33%
G=30.39%
B=35.27%

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
Decimal1831621880.030.1400.26288.4616.2568.63
HexB7A2BC3E01A1201045
Octal26724227431603244020105
Binary101101111010001010111100111110011010100100000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A2BC; }

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

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

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

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

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

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

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

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