#B69CBA

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

Shades of Lola #B69CBA

Tints of Lola #B69CBA

Color information

#B69CBA (or 0xB69CBA) is unknown color: approx Lola. HEX triplet: B6, 9C and BA. RGB value is (182,156,186). Sum of RGB (Red+Green+Blue) = 182+156+186=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69CBA is #496345. Grayscale: #A7A7A7. Windows color (decimal): -4809542 or 12229814. OLE color: 12229814.

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

Color convert

RGB182156186-
CMYK0.020.1600.27
HSL292º17.86%67.06%-
HSV(B)292º16.13%72.94%-
XYZ40.0437.2751.54-
YUV167.19138.61138.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=34.73%
G=29.77%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821561860.020.1600.2729217.8667.06
HexB69CBA21001B1241243
Octal26623427222003344422103
Binary1011011010011100101110101010000011011100100100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69CBA; }

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

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

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

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

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

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

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

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