#BC9FF1

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

Shades of Perfume #BC9FF1

Tints of Perfume #BC9FF1

Color information

#BC9FF1 (or 0xBC9FF1) is unknown color: approx Perfume. HEX triplet: BC, 9F and F1. RGB value is (188,159,241). Sum of RGB (Red+Green+Blue) = 188+159+241=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FF1 is #43600E. Grayscale: #B0B0B0. Windows color (decimal): -4415503 or 15835068. OLE color: 15835068.

HSL color Cylindrical-coordinate representation of color #BC9FF1: hue angle of 261.22º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9FF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188159241-
CMYK0.220.3400.05
HSL261.22º74.55%78.43%-
HSV(B)261.22º34.02%94.51%-
XYZ49.0141.8488.71-
YUV177.02164.11135.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=31.97%
G=27.04%
B=40.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881592410.220.3400.05261.2274.5578.43
HexBC9FF11622051054b4e
Octal274237361264205405113116
Binary10111100100111111111000110110100010010110000010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FF1; }

 p { color: rgb(188,159,241); }

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

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

 a { background-color: rgb(188,159,241); }

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

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

 span { border-color: rgb(188,159,241); }

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