#B5A0B7

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

Shades of Lola #B5A0B7

Tints of Lola #B5A0B7

Color information

#B5A0B7 (or 0xB5A0B7) is unknown color: approx Lola. HEX triplet: B5, A0 and B7. RGB value is (181,160,183). Sum of RGB (Red+Green+Blue) = 181+160+183=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #B5A0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0B7 is #4A5F48. Grayscale: #A8A8A8. Windows color (decimal): -4874057 or 12034229. OLE color: 12034229.

HSL color Cylindrical-coordinate representation of color #B5A0B7: hue angle of 294.78º 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 #B5A0B7 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB181160183-
CMYK0.010.1300.28
HSL294.78º13.77%67.25%-
HSV(B)294.78º12.57%71.76%-
XYZ40.1738.3850.09-
YUV168.9135.96136.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 30.53%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=34.54%
G=30.53%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811601830.010.1300.28294.7813.7767.25
HexB5A0B71D01C127e43
Octal26524026711503444716103
Binary1011010110100000101101111110101110010010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0B7; }

 p { color: rgb(181,160,183); }

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

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

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

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

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

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

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