#B8A0B8

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

Shades of Lola #B8A0B8

Tints of Lola #B8A0B8

Color information

#B8A0B8 (or 0xB8A0B8) is unknown color: approx Lola. HEX triplet: B8, A0 and B8. RGB value is (184,160,184). Sum of RGB (Red+Green+Blue) = 184+160+184=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B8A0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0B8 is #475F47. Grayscale: #A9A9A9. Windows color (decimal): -4677448 or 12099768. OLE color: 12099768.

HSL color Cylindrical-coordinate representation of color #B8A0B8: hue angle of 300º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8A0B8 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB184160184-
CMYK00.1300.28
HSL300º14.46%67.45%-
HSV(B)300º13.04%72.16%-
XYZ40.9938.7950.67-
YUV169.91135.95138.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=34.85%
G=30.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416018400.1300.2830014.4667.45
HexB8A0B80D01C12ce43
Octal27024027001503445416103
Binary1011100010100000101110000110101110010010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0B8; }

 p { color: rgb(184,160,184); }

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

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

 a { background-color: rgb(184,160,184); }

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

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

 span { border-color: rgb(184,160,184); }

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