#BC96FC

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

Shades of Perfume #BC96FC

Tints of Perfume #BC96FC

Color information

#BC96FC (or 0xBC96FC) is unknown color: approx Perfume. HEX triplet: BC, 96 and FC. RGB value is (188,150,252). Sum of RGB (Red+Green+Blue) = 188+150+252=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC96FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FC is #436903. Grayscale: #ACACAC. Windows color (decimal): -4417796 or 16553660. OLE color: 16553660.

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

Color convert

RGB188150252-
CMYK0.250.4000.01
HSL262.35º94.44%78.82%-
HSV(B)262.35º40.48%98.82%-
XYZ49.2239.5397.13-
YUV172.99172.59138.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 150 (58.98% from 255) = 25.42%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=31.86%
G=25.42%
B=42.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881502520.250.4000.01262.3594.4478.82
HexBC96FC1928011065e4f
Octal274226374315001406136117
Binary101111001001011011111100110011010000110000011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96FC; }

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

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

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

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

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

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

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

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