#B4A5B7

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

Shades of Lola #B4A5B7

Tints of Lola #B4A5B7

Color information

#B4A5B7 (or 0xB4A5B7) is unknown color: approx Lola. HEX triplet: B4, A5 and B7. RGB value is (180,165,183). Sum of RGB (Red+Green+Blue) = 180+165+183=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #B4A5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A5B7 is #4B5A48. Grayscale: #ABABAB. Windows color (decimal): -4938313 or 12035508. OLE color: 12035508.

HSL color Cylindrical-coordinate representation of color #B4A5B7: hue angle of 290º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A5B7 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB180165183-
CMYK0.020.1000.28
HSL290º11.11%68.24%-
HSV(B)290º9.84%71.76%-
XYZ40.8240.0350.38-
YUV171.54134.47134.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 183 (71.88% from 255) = 34.66%
R=34.09%
G=31.25%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801651830.020.1000.2829011.1168.24
HexB4A5B72A01C122b44
Octal26424526721203444213104
Binary10110100101001011011011110101001110010010001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A5B7; }

 p { color: rgb(180,165,183); }

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

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

 a { background-color: rgb(180,165,183); }

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

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

 span { border-color: rgb(180,165,183); }

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