#B69FBB

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

Shades of Lola #B69FBB

Tints of Lola #B69FBB

Color information

#B69FBB (or 0xB69FBB) is unknown color: approx Lola. HEX triplet: B6, 9F and BB. RGB value is (182,159,187). Sum of RGB (Red+Green+Blue) = 182+159+187=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FBB is #496044. Grayscale: #A8A8A8. Windows color (decimal): -4808773 or 12296118. OLE color: 12296118.

HSL color Cylindrical-coordinate representation of color #B69FBB: hue angle of 289.29º degrees, saturation: 0.17, 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 #B69FBB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182159187-
CMYK0.030.1500.27
HSL289.29º17.07%67.84%-
HSV(B)289.29º14.97%73.33%-
XYZ40.6638.3352.27-
YUV169.07138.12137.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=34.47%
G=30.11%
B=35.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821591870.030.1500.27289.2917.0767.84
HexB69FBB3F01B1211144
Octal26623727331703344121104
Binary101101101001111110111011111111011011100100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FBB; }

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

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

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

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

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

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

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

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