Html Css Color HEX #BD97C0 Lilac

📋 copy color: '#BD97C0'

red 189 ◦ green 151 ◦ blue 192

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

Shades of Lilac #BD97C0

Tints of Lilac #BD97C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.38%

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

R = 35.53%
G = 28.38%
B = 36.09%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD97C0 (or 0xBD97C0) is known color: Lilac. HEX triplet: BD, 97 and C0. RGB value is (189,151,192). Sum of RGB (Red+Green+Blue) = 189+151+192=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C0 is #42683F. Grayscale: #A6A6A6. Windows color (decimal): -4352064 or 12621757. OLE color: 12621757.

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

Color convert

RGB 189 151 192 -
CMYK 0.02 0.21 0 0.25
HSL 295.61º 0.25% 0.67% -
HSV(B) 295.61º 0.21% 0.75% -
XYZ 41.57 36.76 54.77 -
YUV 167.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 189 151 192 0.02 0.21 0 0.25 295.61 0.25 0.67
Hex BD 97 C0 2 15 0 19 128 19 43
Octal 275 227 300 2 25 0 31 450 31 103
Binary 10111101 10010111 11000000 10 10101 0 11001 100101000 11001 1000011

Color Harmonies of #BD97C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97C0

Black with #BD97C0

Text Example


Text Example

White with #BD97C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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