#B7ACBA

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

Shades of Lola #B7ACBA

Tints of Lola #B7ACBA

Color information

#B7ACBA (or 0xB7ACBA) is unknown color: approx Lola. HEX triplet: B7, AC and BA. RGB value is (183,172,186). Sum of RGB (Red+Green+Blue) = 183+172+186=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #B7ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACBA is #485345. Grayscale: #B0B0B0. Windows color (decimal): -4739910 or 12233911. OLE color: 12233911.

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

Color convert

RGB183172186-
CMYK0.020.0800.27
HSL287.14º9.21%70.2%-
HSV(B)287.14º7.53%72.94%-
XYZ43.1443.1252.5-
YUV176.88133.14132.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.83%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=33.83%
G=31.79%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831721860.020.0800.27287.149.2170.2
HexB7ACBA2801B11f946
Octal26725427221003343711106
Binary10110111101011001011101010100001101110001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACBA; }

 p { color: rgb(183,172,186); }

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

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

 a { background-color: rgb(183,172,186); }

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

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

 span { border-color: rgb(183,172,186); }

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