#BDA1C1

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

Shades of Lola #BDA1C1

Tints of Lola #BDA1C1

Color information

#BDA1C1 (or 0xBDA1C1) is unknown color: approx Lola. HEX triplet: BD, A1 and C1. RGB value is (189,161,193). Sum of RGB (Red+Green+Blue) = 189+161+193=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1C1 is #425E3E. Grayscale: #ACACAC. Windows color (decimal): -4349503 or 12689853. OLE color: 12689853.

HSL color Cylindrical-coordinate representation of color #BDA1C1: hue angle of 292.5º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA1C1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189161193-
CMYK0.020.1700.24
HSL292.5º20.51%69.41%-
HSV(B)292.5º16.58%75.69%-
XYZ43.3640.1655.92-
YUV173.02139.28139.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 161 (63.28% from 255) = 29.65%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=34.81%
G=29.65%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891611930.020.1700.24292.520.5169.41
HexBDA1C12110181241545
Octal27524130122103044425105
Binary1011110110100001110000011010001011000100100100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1C1; }

 p { color: rgb(189,161,193); }

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

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

 a { background-color: rgb(189,161,193); }

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

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

 span { border-color: rgb(189,161,193); }

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