#B69FBA

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

Shades of Lola #B69FBA

Tints of Lola #B69FBA

Color information

#B69FBA (or 0xB69FBA) is unknown color: approx Lola. HEX triplet: B6, 9F and BA. RGB value is (182,159,186). Sum of RGB (Red+Green+Blue) = 182+159+186=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FBA is #496045. Grayscale: #A8A8A8. Windows color (decimal): -4808774 or 12230582. OLE color: 12230582.

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

Color convert

RGB182159186-
CMYK0.020.1500.27
HSL291.11º16.36%67.65%-
HSV(B)291.11º14.52%72.94%-
XYZ40.5538.2951.71-
YUV168.96137.62137.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=34.54%
G=30.17%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821591860.020.1500.27291.1116.3667.65
HexB69FBA2F01B1231044
Octal26623727221703344320104
Binary101101101001111110111010101111011011100100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FBA; }

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

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

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

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

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

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

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

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