#B6A2B5

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

Shades of Lola #B6A2B5

Tints of Lola #B6A2B5

Color information

#B6A2B5 (or 0xB6A2B5) is unknown color: approx Lola. HEX triplet: B6, A2 and B5. RGB value is (182,162,181). Sum of RGB (Red+Green+Blue) = 182+162+181=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A2B5 is #495D4A. Grayscale: #AAAAAA. Windows color (decimal): -4808011 or 11903670. OLE color: 11903670.

HSL color Cylindrical-coordinate representation of color #B6A2B5: hue angle of 303º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6A2B5 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB182162181-
CMYK00.110.010.29
HSL303º12.05%67.45%-
HSV(B)303º10.99%71.37%-
XYZ40.5539.1249.13-
YUV170.15134.13136.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=34.67%
G=30.86%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216218100.110.010.2930312.0567.45
HexB6A2B50B11D12fc43
Octal26624226501313545714103
Binary1011011010100010101101010101111110110010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A2B5; }

 p { color: rgb(182,162,181); }

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

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

 a { background-color: rgb(182,162,181); }

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

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

 span { border-color: rgb(182,162,181); }

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