#BC98F6

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

Shades of Perfume #BC98F6

Tints of Perfume #BC98F6

Color information

#BC98F6 (or 0xBC98F6) is unknown color: approx Perfume. HEX triplet: BC, 98 and F6. RGB value is (188,152,246). Sum of RGB (Red+Green+Blue) = 188+152+246=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC98F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98F6 is #436709. Grayscale: #ADADAD. Windows color (decimal): -4417290 or 16160956. OLE color: 16160956.

HSL color Cylindrical-coordinate representation of color #BC98F6: hue angle of 262.98º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC98F6 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188152246-
CMYK0.240.3800.04
HSL262.98º83.93%78.04%-
HSV(B)262.98º38.21%96.47%-
XYZ48.639.892.31-
YUV173.48168.93138.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 246 (96.48% from 255) = 41.98%
R=32.08%
G=25.94%
B=41.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881522460.240.3800.04262.9883.9378.04
HexBC98F6182604107544e
Octal274230366304604407124116
Binary10111100100110001111011011000100110010010000011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98F6; }

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

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

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

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

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

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

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

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