#BC96FF

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

Shades of Perfume #BC96FF

Tints of Perfume #BC96FF

Color information

#BC96FF (or 0xBC96FF) is unknown color: approx Perfume. HEX triplet: BC, 96 and FF. RGB value is (188,150,255). Sum of RGB (Red+Green+Blue) = 188+150+255=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FF is #436900. Grayscale: #ACACAC. Windows color (decimal): -4417793 or 16750268. OLE color: 16750268.

HSL color Cylindrical-coordinate representation of color #BC96FF: hue angle of 261.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC96FF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188150255-
CMYK0.260.4100
HSL261.71º100%79.41%-
HSV(B)261.71º41.18%100%-
XYZ49.739.7299.66-
YUV173.33174.09138.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 150 (58.98% from 255) = 25.30%
BLUE value IS 255 (100% from 255) = 43.00%
R=31.70%
G=25.30%
B=43.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881502550.260.4100261.7110079.41
HexBC96FF1A2900106644f
Octal274226377325100406144117
Binary101111001001011011111111110101010010010000011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC96FF; }

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

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

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

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

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

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

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

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