#BDA3C1

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

Shades of Lola #BDA3C1

Tints of Lola #BDA3C1

Color information

#BDA3C1 (or 0xBDA3C1) is unknown color: approx Lola. HEX triplet: BD, A3 and C1. RGB value is (189,163,193). Sum of RGB (Red+Green+Blue) = 189+163+193=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3C1 is #425C3E. Grayscale: #AEAEAE. Windows color (decimal): -4348991 or 12690365. OLE color: 12690365.

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

Color convert

RGB189163193-
CMYK0.020.1600.24
HSL292º19.48%69.8%-
HSV(B)292º15.54%75.69%-
XYZ43.7140.8656.04-
YUV174.19138.61138.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=34.68%
G=29.91%
B=35.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891631930.020.1600.2429219.4869.8
HexBDA3C12100181241346
Octal27524330122003044423106
Binary1011110110100011110000011010000011000100100100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA3C1; }

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

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

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

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

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

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

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

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