#BDA0BF

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

Shades of Lola #BDA0BF

Tints of Lola #BDA0BF

Color information

#BDA0BF (or 0xBDA0BF) is unknown color: approx Lola. HEX triplet: BD, A0 and BF. RGB value is (189,160,191). Sum of RGB (Red+Green+Blue) = 189+160+191=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 191 - color contains mainly: blue. Hex color #BDA0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0BF is #425F40. Grayscale: #ACACAC. Windows color (decimal): -4349761 or 12558525. OLE color: 12558525.

HSL color Cylindrical-coordinate representation of color #BDA0BF: hue angle of 296.13º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA0BF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189160191-
CMYK0.010.1600.25
HSL296.13º19.5%68.82%-
HSV(B)296.13º16.23%74.9%-
XYZ42.9639.7254.69-
YUV172.2138.61139.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 191 (75% from 255) = 35.37%
R=35%
G=29.63%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891601910.010.1600.25296.1319.568.82
HexBDA0BF1100191281345
Octal27524027712003145023105
Binary101111011010000010111111110000011001100101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0BF; }

 p { color: rgb(189,160,191); }

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

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

 a { background-color: rgb(189,160,191); }

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

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

 span { border-color: rgb(189,160,191); }

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