#BC98DC

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

Shades of Perfume #BC98DC

Tints of Perfume #BC98DC

Color information

#BC98DC (or 0xBC98DC) is unknown color: approx Perfume. HEX triplet: BC, 98 and DC. RGB value is (188,152,220). Sum of RGB (Red+Green+Blue) = 188+152+220=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DC is #436723. Grayscale: #AAAAAA. Windows color (decimal): -4417316 or 14457020. OLE color: 14457020.

HSL color Cylindrical-coordinate representation of color #BC98DC: hue angle of 271.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC98DC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188152220-
CMYK0.150.3100.14
HSL271.76º49.28%72.94%-
HSV(B)271.76º30.91%86.27%-
XYZ44.8938.3272.74-
YUV170.52155.93140.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 152 (59.77% from 255) = 27.14%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=33.57%
G=27.14%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881522200.150.3100.14271.7649.2872.94
HexBC98DCF1F0E1103149
Octal274230334173701642061111
Binary101111001001100011011100111111111011101000100001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98DC; }

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

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

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

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

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

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

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

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