Html Css Color HEX #BDA3BA Lilac

📋 copy color: '#BDA3BA'

red 189 ◦ green 163 ◦ blue 186

#BDA3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #BDA3BA

Tints of Lilac #BDA3BA

RGB

 RED value IS 189 (74.22% from 255) = 35.13%

 GREEN value IS 163 (64.06% from 255) = 30.3%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 35.13%
G = 30.3%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BDA3BA (or 0xBDA3BA) is known color: Lilac. HEX triplet: BD, A3 and BA. RGB value is (189,163,186). Sum of RGB (Red+Green+Blue) = 189+163+186=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3BA is #425C45. Grayscale: #ADADAD. Windows color (decimal): -4348998 or 12231613. OLE color: 12231613.

HSL color Cylindrical-coordinate representation of color #BDA3BA: hue angle of 306.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA3BA is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 186 -
CMYK 0 0.14 0.02 0.26
HSL 306.92º 0.16% 0.69% -
HSV(B) 306.92º 0.14% 0.74% -
XYZ 42.95 40.56 52.02 -
YUV 173.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 189 163 186 0 0.14 0.02 0.26 306.92 0.16 0.69
Hex BD A3 BA 0 E 2 1A 133 10 45
Octal 275 243 272 0 16 2 32 463 20 105
Binary 10111101 10100011 10111010 0 1110 10 11010 100110011 10000 1000101

Color Harmonies of #BDA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3BA

Black with #BDA3BA

Text Example


Text Example

White with #BDA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3BA; }

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

 H1.HeaderClassName
 {
   color: #BDA3BA;
 }
 .AnyTagClassName
 {
   color: #BDA3BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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