Html Css Color HEX #BD98BA Lilac

📋 copy color: '#BD98BA'

red 189 ◦ green 152 ◦ blue 186

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

Shades of Lilac #BD98BA

Tints of Lilac #BD98BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 35.86%
G = 28.84%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD98BA (or 0xBD98BA) is known color: Lilac. HEX triplet: BD, 98 and BA. RGB value is (189,152,186). Sum of RGB (Red+Green+Blue) = 189+152+186=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BD98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98BA is #426745. Grayscale: #A6A6A6. Windows color (decimal): -4351814 or 12228797. OLE color: 12228797.

HSL color Cylindrical-coordinate representation of color #BD98BA: hue angle of 304.86º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD98BA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 186 -
CMYK 0 0.20 0.02 0.26
HSL 304.86º 0.22% 0.67% -
HSV(B) 304.86º 0.2% 0.74% -
XYZ 41.08 36.82 51.4 -
YUV 166.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 189 152 186 0 0.20 0.02 0.26 304.86 0.22 0.67
Hex BD 98 BA 0 14 2 1A 131 16 43
Octal 275 230 272 0 24 2 32 461 26 103
Binary 10111101 10011000 10111010 0 10100 10 11010 100110001 10110 1000011

Color Harmonies of #BD98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98BA

Black with #BD98BA

Text Example


Text Example

White with #BD98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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