Html Css Color HEX #BDA3B9 Lilac

📋 copy color: '#BDA3B9'

red 189 ◦ green 163 ◦ blue 185

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

Shades of Lilac #BDA3B9

Tints of Lilac #BDA3B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 35.2%
G = 30.35%
B = 34.45%

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

#BDA3B9 (or 0xBDA3B9) is known color: Lilac. HEX triplet: BD, A3 and B9. RGB value is (189,163,185). Sum of RGB (Red+Green+Blue) = 189+163+185=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3B9 is #425C46. Grayscale: #ADADAD. Windows color (decimal): -4348999 or 12166077. OLE color: 12166077.

HSL color Cylindrical-coordinate representation of color #BDA3B9: hue angle of 309.23º 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 #BDA3B9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 185 -
CMYK 0 0.14 0.02 0.26
HSL 309.23º 0.16% 0.69% -
HSV(B) 309.23º 0.14% 0.74% -
XYZ 42.84 40.52 51.46 -
YUV 173.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 189 163 185 0 0.14 0.02 0.26 309.23 0.16 0.69
Hex BD A3 B9 0 E 2 1A 135 10 45
Octal 275 243 271 0 16 2 32 465 20 105
Binary 10111101 10100011 10111001 0 1110 10 11010 100110101 10000 1000101

Color Harmonies of #BDA3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3B9

Black with #BDA3B9

Text Example


Text Example

White with #BDA3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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