#B69ABA

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

Shades of Lola #B69ABA

Tints of Lola #B69ABA

Color information

#B69ABA (or 0xB69ABA) is unknown color: approx Lola. HEX triplet: B6, 9A and BA. RGB value is (182,154,186). Sum of RGB (Red+Green+Blue) = 182+154+186=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ABA is #496545. Grayscale: #A5A5A5. Windows color (decimal): -4810054 or 12229302. OLE color: 12229302.

HSL color Cylindrical-coordinate representation of color #B69ABA: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B69ABA is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182154186-
CMYK0.020.1700.27
HSL292.5º18.82%66.67%-
HSV(B)292.5º17.2%72.94%-
XYZ39.7136.651.43-
YUV166.02139.28139.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=34.87%
G=29.50%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821541860.020.1700.27292.518.8266.67
HexB69ABA21101B1241343
Octal26623227222103344423103
Binary1011011010011010101110101010001011011100100100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ABA; }

 p { color: rgb(182,154,186); }

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

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

 a { background-color: rgb(182,154,186); }

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

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

 span { border-color: rgb(182,154,186); }

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