Html Css Color HEX #BD98C5 Lilac

📋 copy color: '#BD98C5'

red 189 ◦ green 152 ◦ blue 197

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

Shades of Lilac #BD98C5

Tints of Lilac #BD98C5

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.25%

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

R = 35.13%
G = 28.25%
B = 36.62%

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

#BD98C5 (or 0xBD98C5) is known color: Lilac. HEX triplet: BD, 98 and C5. RGB value is (189,152,197). Sum of RGB (Red+Green+Blue) = 189+152+197=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD98C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98C5 is #42673A. Grayscale: #A8A8A8. Windows color (decimal): -4351803 or 12949693. OLE color: 12949693.

HSL color Cylindrical-coordinate representation of color #BD98C5: hue angle of 289.33º 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 #BD98C5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 152 197 -
CMYK 0.04 0.23 0 0.23
HSL 289.33º 0.28% 0.68% -
HSV(B) 289.33º 0.23% 0.77% -
XYZ 42.29 37.31 57.8 -
YUV 168.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 189 152 197 0.04 0.23 0 0.23 289.33 0.28 0.68
Hex BD 98 C5 4 17 0 17 121 1C 44
Octal 275 230 305 4 27 0 27 441 34 104
Binary 10111101 10011000 11000101 100 10111 0 10111 100100001 11100 1000100

Color Harmonies of #BD98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98C5

Black with #BD98C5

Text Example


Text Example

White with #BD98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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