#B69ABB

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

Shades of Lola #B69ABB

Tints of Lola #B69ABB

Color information

#B69ABB (or 0xB69ABB) is unknown color: approx Lola. HEX triplet: B6, 9A and BB. RGB value is (182,154,187). Sum of RGB (Red+Green+Blue) = 182+154+187=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ABB is #496544. Grayscale: #A6A6A6. Windows color (decimal): -4810053 or 12294838. OLE color: 12294838.

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

Color convert

RGB182154187-
CMYK0.030.1800.27
HSL290.91º19.53%66.86%-
HSV(B)290.91º17.65%73.33%-
XYZ39.8236.6451.99-
YUV166.13139.78139.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=34.80%
G=29.45%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821541870.030.1800.27290.9119.5366.86
HexB69ABB31201B1231443
Octal26623227332203344324103
Binary1011011010011010101110111110010011011100100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69ABB; }

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

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

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

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

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

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

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

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