#BC98BB

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

Shades of Lilac #BC98BB

Tints of Lilac #BC98BB

Color information

#BC98BB (or 0xBC98BB) is unknown color: approx Lilac. HEX triplet: BC, 98 and BB. RGB value is (188,152,187). Sum of RGB (Red+Green+Blue) = 188+152+187=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BB is #436744. Grayscale: #A6A6A6. Windows color (decimal): -4417349 or 12294332. OLE color: 12294332.

HSL color Cylindrical-coordinate representation of color #BC98BB: hue angle of 301.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98BB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188152187-
CMYK00.190.010.26
HSL301.67º21.18%66.67%-
HSV(B)301.67º19.15%73.73%-
XYZ40.9436.7451.95-
YUV166.75139.43143.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 152 (59.77% from 255) = 28.84%
BLUE value IS 187 (73.44% from 255) = 35.48%
R=35.67%
G=28.84%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815218700.190.010.26301.6721.1866.67
HexBC98BB01311A12e1543
Octal27423027302313245625103
Binary101111001001100010111011010011111010100101110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98BB; }

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

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

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

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

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

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

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

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