Html Css Color HEX #BD9AC2 Lilac

📋 copy color: '#BD9AC2'

red 189 ◦ green 154 ◦ blue 194

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

Shades of Lilac #BD9AC2

Tints of Lilac #BD9AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.13%

R = 35.2%
G = 28.68%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD9AC2 (or 0xBD9AC2) is known color: Lilac. HEX triplet: BD, 9A and C2. RGB value is (189,154,194). Sum of RGB (Red+Green+Blue) = 189+154+194=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD9AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AC2 is #42653D. Grayscale: #A8A8A8. Windows color (decimal): -4351294 or 12753597. OLE color: 12753597.

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

Color convert

RGB 189 154 194 -
CMYK 0.03 0.21 0 0.24
HSL 292.5º 0.25% 0.68% -
HSV(B) 292.5º 0.21% 0.76% -
XYZ 42.28 37.83 56.11 -
YUV 169.03 142.1 142.25 -
System Red Green Blue C M Y K H S L
Decimal 189 154 194 0.03 0.21 0 0.24 292.5 0.25 0.68
Hex BD 9A C2 3 15 0 18 124 19 44
Octal 275 232 302 3 25 0 30 444 31 104
Binary 10111101 10011010 11000010 11 10101 0 11000 100100100 11001 1000100

Color Harmonies of #BD9AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AC2

Black with #BD9AC2

Text Example


Text Example

White with #BD9AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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