#BC96F9

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

Shades of Perfume #BC96F9

Tints of Perfume #BC96F9

Color information

#BC96F9 (or 0xBC96F9) is unknown color: approx Perfume. HEX triplet: BC, 96 and F9. RGB value is (188,150,249). Sum of RGB (Red+Green+Blue) = 188+150+249=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96F9 is #436906. Grayscale: #ACACAC. Windows color (decimal): -4417799 or 16357052. OLE color: 16357052.

HSL color Cylindrical-coordinate representation of color #BC96F9: hue angle of 263.03º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC96F9 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188150249-
CMYK0.240.4000.02
HSL263.03º89.19%78.24%-
HSV(B)263.03º39.76%97.65%-
XYZ48.7439.3494.65-
YUV172.65171.09138.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=32.03%
G=25.55%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881502490.240.4000.02263.0389.1978.24
HexBC96F9182802107594e
Octal274226371305002407131116
Binary1011110010010110111110011100010100001010000011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96F9; }

 p { color: rgb(188,150,249); }

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

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

 a { background-color: rgb(188,150,249); }

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

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

 span { border-color: rgb(188,150,249); }

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