Html Css Color HEX #BD8AC5 Lilac

📋 copy color: '#BD8AC5'

red 189 ◦ green 138 ◦ blue 197

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

Shades of Lilac #BD8AC5

Tints of Lilac #BD8AC5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.34%

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 36.07%
G = 26.34%
B = 37.6%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD8AC5 (or 0xBD8AC5) is known color: Lilac. HEX triplet: BD, 8A and C5. RGB value is (189,138,197). Sum of RGB (Red+Green+Blue) = 189+138+197=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD8AC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AC5 is #42753A. Grayscale: #9F9F9F. Windows color (decimal): -4355387 or 12946109. OLE color: 12946109.

HSL color Cylindrical-coordinate representation of color #BD8AC5: hue angle of 291.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD8AC5 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 138 197 -
CMYK 0.04 0.30 0 0.23
HSL 291.86º 0.34% 0.66% -
HSV(B) 291.86º 0.3% 0.77% -
XYZ 40.15 33.03 57.08 -
YUV 159.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 189 138 197 0.04 0.30 0 0.23 291.86 0.34 0.66
Hex BD 8A C5 4 1E 0 17 124 22 42
Octal 275 212 305 4 36 0 27 444 42 102
Binary 10111101 10001010 11000101 100 11110 0 10111 100100100 100010 1000010

Color Harmonies of #BD8AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AC5

Black with #BD8AC5

Text Example


Text Example

White with #BD8AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AC5; }

 p { color: rgb(189,138,197); }

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

background-color css

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

 a { background-color: rgb(189,138,197); }

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

border-color css

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

 span { border-color: rgb(189,138,197); }

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