Html Css Color HEX #BD9AC1 Lilac

📋 copy color: '#BD9AC1'

red 189 ◦ green 154 ◦ blue 193

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

Shades of Lilac #BD9AC1

Tints of Lilac #BD9AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.73%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 35.26%
G = 28.73%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD9AC1 (or 0xBD9AC1) is known color: Lilac. HEX triplet: BD, 9A and C1. RGB value is (189,154,193). Sum of RGB (Red+Green+Blue) = 189+154+193=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AC1 is #42653E. Grayscale: #A8A8A8. Windows color (decimal): -4351295 or 12688061. OLE color: 12688061.

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

Color convert

RGB 189 154 193 -
CMYK 0.02 0.20 0 0.24
HSL 293.85º 0.24% 0.68% -
HSV(B) 293.85º 0.2% 0.76% -
XYZ 42.17 37.78 55.52 -
YUV 168.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 189 154 193 0.02 0.20 0 0.24 293.85 0.24 0.68
Hex BD 9A C1 2 14 0 18 126 18 44
Octal 275 232 301 2 24 0 30 446 30 104
Binary 10111101 10011010 11000001 10 10100 0 11000 100100110 11000 1000100

Color Harmonies of #BD9AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AC1

Black with #BD9AC1

Text Example


Text Example

White with #BD9AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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