#B6A8B5

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

Shades of Lola #B6A8B5

Tints of Lola #B6A8B5

Color information

#B6A8B5 (or 0xB6A8B5) is unknown color: approx Lola. HEX triplet: B6, A8 and B5. RGB value is (182,168,181). Sum of RGB (Red+Green+Blue) = 182+168+181=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8B5 is #49574A. Grayscale: #ADADAD. Windows color (decimal): -4806475 or 11905206. OLE color: 11905206.

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

Color convert

RGB182168181-
CMYK00.080.010.29
HSL304.29º8.75%68.63%-
HSV(B)304.29º7.69%71.37%-
XYZ41.6341.2949.49-
YUV173.67132.14133.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 181 (71.09% from 255) = 34.09%
R=34.27%
G=31.64%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216818100.080.010.29304.298.7568.63
HexB6A8B50811D130945
Octal26625026501013546011105
Binary1011011010101000101101010100011110110011000010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A8B5; }

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

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

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

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

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

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

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

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