#BC98BF

Color #BC98BF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BC98BF

Tints of Lilac #BC98BF

Color information

#BC98BF (or 0xBC98BF) is unknown color: approx Lilac. HEX triplet: BC, 98 and BF. RGB value is (188,152,191). Sum of RGB (Red+Green+Blue) = 188+152+191=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC98BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BF is #436740. Grayscale: #A7A7A7. Windows color (decimal): -4417345 or 12556476. OLE color: 12556476.

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

Color convert

RGB188152191-
CMYK0.020.2000.25
HSL295.38º23.35%67.25%-
HSV(B)295.38º20.42%74.9%-
XYZ41.3736.9154.23-
YUV167.21141.43142.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 191 (75% from 255) = 35.97%
R=35.40%
G=28.63%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881521910.020.2000.25295.3823.3567.25
HexBC98BF2140191271743
Octal27423027722403144727103
Binary1011110010011000101111111010100011001100100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98BF; }

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

 H1.HeaderClassName
 {
   color: #BC98BF;
 }
 .AnyTagClassName
 {
   color: #BC98BF;
 }
</style>
background-color css

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

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

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

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

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

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