#BC96F2

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

Shades of Perfume #BC96F2

Tints of Perfume #BC96F2

Color information

#BC96F2 (or 0xBC96F2) is unknown color: approx Perfume. HEX triplet: BC, 96 and F2. RGB value is (188,150,242). Sum of RGB (Red+Green+Blue) = 188+150+242=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC96F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96F2 is #43690D. Grayscale: #ABABAB. Windows color (decimal): -4417806 or 15898300. OLE color: 15898300.

HSL color Cylindrical-coordinate representation of color #BC96F2: hue angle of 264.78º degrees, saturation: 0.78, 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 #BC96F2 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188150242-
CMYK0.220.3800.05
HSL264.78º77.97%76.86%-
HSV(B)264.78º38.02%94.9%-
XYZ47.6738.9189-
YUV171.85167.59139.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=32.41%
G=25.86%
B=41.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881502420.220.3800.05264.7877.9776.86
HexBC96F21626051094e4d
Octal274226362264605411116115
Binary10111100100101101111001010110100110010110000100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96F2; }

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

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

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

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

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

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

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

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