#BC9FFE

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

Shades of Perfume #BC9FFE

Tints of Perfume #BC9FFE

Color information

#BC9FFE (or 0xBC9FFE) is unknown color: approx Perfume. HEX triplet: BC, 9F and FE. RGB value is (188,159,254). Sum of RGB (Red+Green+Blue) = 188+159+254=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FFE is #436001. Grayscale: #B2B2B2. Windows color (decimal): -4415490 or 16687036. OLE color: 16687036.

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

Color convert

RGB188159254-
CMYK0.260.3700.00
HSL258.32º97.94%80.98%-
HSV(B)258.32º37.4%99.61%-
XYZ51.0342.6499.31-
YUV178.5170.61134.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=31.28%
G=26.46%
B=42.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1881592540.260.3700.00258.3297.9480.98
HexBC9FFE1A25001026251
Octal274237376324500402142121
Binary101111001001111111111110110101001010010000001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FFE; }

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

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

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

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

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

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

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

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