#B7A4BB

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

Shades of Lola #B7A4BB

Tints of Lola #B7A4BB

Color information

#B7A4BB (or 0xB7A4BB) is unknown color: approx Lola. HEX triplet: B7, A4 and BB. RGB value is (183,164,187). Sum of RGB (Red+Green+Blue) = 183+164+187=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A4BB is #485B44. Grayscale: #ACACAC. Windows color (decimal): -4741957 or 12297399. OLE color: 12297399.

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

Color convert

RGB183164187-
CMYK0.020.1200.27
HSL289.57º14.47%68.82%-
HSV(B)289.57º12.3%73.33%-
XYZ41.7740.2152.57-
YUV172.3136.29135.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=34.27%
G=30.71%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831641870.020.1200.27289.5714.4768.82
HexB7A4BB2C01B122e45
Octal26724427321403344216105
Binary10110111101001001011101110110001101110010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A4BB; }

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

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

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

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

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

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

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

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