#BC96FA

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

Shades of Perfume #BC96FA

Tints of Perfume #BC96FA

Color information

#BC96FA (or 0xBC96FA) is unknown color: approx Perfume. HEX triplet: BC, 96 and FA. RGB value is (188,150,250). Sum of RGB (Red+Green+Blue) = 188+150+250=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FA is #436905. Grayscale: #ACACAC. Windows color (decimal): -4417798 or 16422588. OLE color: 16422588.

HSL color Cylindrical-coordinate representation of color #BC96FA: hue angle of 262.8º degrees, saturation: 0.91, 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 #BC96FA is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188150250-
CMYK0.250.400.02
HSL262.8º90.91%78.43%-
HSV(B)262.8º40%98.04%-
XYZ48.939.4195.47-
YUV172.76171.59138.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=31.97%
G=25.51%
B=42.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881502500.250.400.02262.890.9178.43
HexBC96FA1928021075b4e
Octal274226372315002407133116
Binary1011110010010110111110101100110100001010000011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96FA; }

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

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

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

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

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

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

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

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