#B69FB6

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

Shades of Lola #B69FB6

Tints of Lola #B69FB6

Color information

#B69FB6 (or 0xB69FB6) is unknown color: approx Lola. HEX triplet: B6, 9F and B6. RGB value is (182,159,182). Sum of RGB (Red+Green+Blue) = 182+159+182=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B69FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FB6 is #496049. Grayscale: #A8A8A8. Windows color (decimal): -4808778 or 11968438. OLE color: 11968438.

HSL color Cylindrical-coordinate representation of color #B69FB6: hue angle of 300º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B69FB6 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB182159182-
CMYK00.1300.29
HSL300º13.61%66.86%-
HSV(B)300º12.64%71.37%-
XYZ40.1338.1249.5-
YUV168.5135.62137.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=34.80%
G=30.40%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215918200.1300.2930013.6166.86
HexB69FB60D01D12ce43
Octal26623726601503545416103
Binary1011011010011111101101100110101110110010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FB6; }

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

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

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

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

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

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

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

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