#BC98DF

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

Shades of Perfume #BC98DF

Tints of Perfume #BC98DF

Color information

#BC98DF (or 0xBC98DF) is unknown color: approx Perfume. HEX triplet: BC, 98 and DF. RGB value is (188,152,223). Sum of RGB (Red+Green+Blue) = 188+152+223=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DF is #436720. Grayscale: #AAAAAA. Windows color (decimal): -4417313 or 14653628. OLE color: 14653628.

HSL color Cylindrical-coordinate representation of color #BC98DF: hue angle of 270.42º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC98DF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188152223-
CMYK0.160.3200.13
HSL270.42º52.59%73.53%-
HSV(B)270.42º31.84%87.45%-
XYZ45.2938.4874.85-
YUV170.86157.43140.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 152 (59.77% from 255) = 27.00%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=33.39%
G=27.00%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881522230.160.3200.13270.4252.5973.53
HexBC98DF10200D10e354a
Octal274230337204001541665112
Binary10111100100110001101111110000100000011011000011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98DF; }

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

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

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

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

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

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

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

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