#B69DBA

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

Shades of Lola #B69DBA

Tints of Lola #B69DBA

Color information

#B69DBA (or 0xB69DBA) is unknown color: approx Lola. HEX triplet: B6, 9D and BA. RGB value is (182,157,186). Sum of RGB (Red+Green+Blue) = 182+157+186=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B69DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DBA is #496245. Grayscale: #A7A7A7. Windows color (decimal): -4809286 or 12230070. OLE color: 12230070.

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

Color convert

RGB182157186-
CMYK0.020.1600.27
HSL291.72º17.37%67.25%-
HSV(B)291.72º15.59%72.94%-
XYZ40.2137.651.59-
YUV167.78138.28138.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=34.67%
G=29.90%
B=35.43%

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
Decimal1821571860.020.1600.27291.7217.3767.25
HexB69DBA21001B1241143
Octal26623527222003344421103
Binary1011011010011101101110101010000011011100100100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69DBA; }

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

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

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

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

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

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

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

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