Html Css Color HEX #BD9AC0 Lilac

📋 copy color: '#BD9AC0'

red 189 ◦ green 154 ◦ blue 192

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

Shades of Lilac #BD9AC0

Tints of Lilac #BD9AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 35.33%
G = 28.79%
B = 35.89%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9AC0 (or 0xBD9AC0) is known color: Lilac. HEX triplet: BD, 9A and C0. RGB value is (189,154,192). Sum of RGB (Red+Green+Blue) = 189+154+192=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AC0 is #42653F. Grayscale: #A8A8A8. Windows color (decimal): -4351296 or 12622525. OLE color: 12622525.

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

Color convert

RGB 189 154 192 -
CMYK 0.02 0.20 0 0.25
HSL 295.26º 0.23% 0.68% -
HSV(B) 295.26º 0.2% 0.75% -
XYZ 42.06 37.74 54.94 -
YUV 168.8 141.1 142.41 -
System Red Green Blue C M Y K H S L
Decimal 189 154 192 0.02 0.20 0 0.25 295.26 0.23 0.68
Hex BD 9A C0 2 14 0 19 127 17 44
Octal 275 232 300 2 24 0 31 447 27 104
Binary 10111101 10011010 11000000 10 10100 0 11001 100100111 10111 1000100

Color Harmonies of #BD9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AC0

Black with #BD9AC0

Text Example


Text Example

White with #BD9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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