#B69FBC

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

Shades of Lola #B69FBC

Tints of Lola #B69FBC

Color information

#B69FBC (or 0xB69FBC) is unknown color: approx Lola. HEX triplet: B6, 9F and BC. RGB value is (182,159,188). Sum of RGB (Red+Green+Blue) = 182+159+188=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #B69FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FBC is #496043. Grayscale: #A9A9A9. Windows color (decimal): -4808772 or 12361654. OLE color: 12361654.

HSL color Cylindrical-coordinate representation of color #B69FBC: hue angle of 287.59º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B69FBC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB182159188-
CMYK0.030.1500.26
HSL287.59º17.79%68.04%-
HSV(B)287.59º15.43%73.73%-
XYZ40.7738.3752.83-
YUV169.18138.62137.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=34.40%
G=30.06%
B=35.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821591880.030.1500.26287.5917.7968.04
HexB69FBC3F01A1201244
Octal26623727431703244022104
Binary101101101001111110111100111111011010100100000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FBC; }

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

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

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

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

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

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

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

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