Html Css Color HEX #BD97C4 Lilac

📋 copy color: '#BD97C4'

red 189 ◦ green 151 ◦ blue 196

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

Shades of Lilac #BD97C4

Tints of Lilac #BD97C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 35.26%
G = 28.17%
B = 36.57%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD97C4 (or 0xBD97C4) is known color: Lilac. HEX triplet: BD, 97 and C4. RGB value is (189,151,196). Sum of RGB (Red+Green+Blue) = 189+151+196=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD97C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97C4 is #42683B. Grayscale: #A7A7A7. Windows color (decimal): -4352060 or 12883901. OLE color: 12883901.

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

Color convert

RGB 189 151 196 -
CMYK 0.04 0.23 0 0.23
HSL 290.67º 0.28% 0.68% -
HSV(B) 290.67º 0.23% 0.77% -
XYZ 42.02 36.94 57.14 -
YUV 167.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 189 151 196 0.04 0.23 0 0.23 290.67 0.28 0.68
Hex BD 97 C4 4 17 0 17 123 1C 44
Octal 275 227 304 4 27 0 27 443 34 104
Binary 10111101 10010111 11000100 100 10111 0 10111 100100011 11100 1000100

Color Harmonies of #BD97C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD97C4

Black with #BD97C4

Text Example


Text Example

White with #BD97C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD97C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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