Html Css Color HEX #BC98BD Lilac

📋 copy color: '#BC98BD'

red 188 ◦ green 152 ◦ blue 189

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

Shades of Lilac #BC98BD

Tints of Lilac #BC98BD

RGB

 RED value IS 188 (73.83% from 255) = 35.54%

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

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 35.54%
G = 28.73%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC98BD (or 0xBC98BD) is known color: Lilac. HEX triplet: BC, 98 and BD. RGB value is (188,152,189). Sum of RGB (Red+Green+Blue) = 188+152+189=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BD is #436742. Grayscale: #A6A6A6. Windows color (decimal): -4417347 or 12425404. OLE color: 12425404.

HSL color Cylindrical-coordinate representation of color #BC98BD: hue angle of 298.38º 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 #BC98BD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 189 -
CMYK 0.01 0.20 0 0.26
HSL 298.38º 0.22% 0.67% -
HSV(B) 298.38º 0.2% 0.74% -
XYZ 41.15 36.82 53.08 -
YUV 166.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 188 152 189 0.01 0.20 0 0.26 298.38 0.22 0.67
Hex BC 98 BD 1 14 0 1A 12A 16 43
Octal 274 230 275 1 24 0 32 452 26 103
Binary 10111100 10011000 10111101 1 10100 0 11010 100101010 10110 1000011

Color Harmonies of #BC98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98BD

Black with #BC98BD

Text Example


Text Example

White with #BC98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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