#BC96F3

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

Shades of Perfume #BC96F3

Tints of Perfume #BC96F3

Color information

#BC96F3 (or 0xBC96F3) is unknown color: approx Perfume. HEX triplet: BC, 96 and F3. RGB value is (188,150,243). Sum of RGB (Red+Green+Blue) = 188+150+243=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC96F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96F3 is #43690C. Grayscale: #ABABAB. Windows color (decimal): -4417805 or 15963836. OLE color: 15963836.

HSL color Cylindrical-coordinate representation of color #BC96F3: hue angle of 264.52º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC96F3 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188150243-
CMYK0.230.3800.05
HSL264.52º79.49%77.06%-
HSV(B)264.52º38.27%95.29%-
XYZ47.8238.9889.8-
YUV171.96168.09139.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=32.36%
G=25.82%
B=41.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881502430.230.3800.05264.5279.4977.06
HexBC96F31726051094f4d
Octal274226363274605411117115
Binary10111100100101101111001110111100110010110000100110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96F3; }

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

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

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

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

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

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

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

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