#BC99FC

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

Shades of Perfume #BC99FC

Tints of Perfume #BC99FC

Color information

#BC99FC (or 0xBC99FC) is unknown color: approx Perfume. HEX triplet: BC, 99 and FC. RGB value is (188,153,252). Sum of RGB (Red+Green+Blue) = 188+153+252=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99FC is #436603. Grayscale: #AEAEAE. Windows color (decimal): -4417028 or 16554428. OLE color: 16554428.

HSL color Cylindrical-coordinate representation of color #BC99FC: hue angle of 261.21º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC99FC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188153252-
CMYK0.250.3900.01
HSL261.21º94.29%79.41%-
HSV(B)261.21º39.29%98.82%-
XYZ49.740.597.29-
YUV174.75171.6137.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 252 (98.83% from 255) = 42.50%
R=31.70%
G=25.80%
B=42.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881532520.250.3900.01261.2194.2979.41
HexBC99FC1927011055e4f
Octal274231374314701405136117
Binary101111001001100111111100110011001110110000010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC99FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC99FC; }

 p { color: rgb(188,153,252); }

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

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

 a { background-color: rgb(188,153,252); }

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

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

 span { border-color: rgb(188,153,252); }

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