#BC9AFF

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

Shades of Perfume #BC9AFF

Tints of Perfume #BC9AFF

Color information

#BC9AFF (or 0xBC9AFF) is unknown color: approx Perfume. HEX triplet: BC, 9A and FF. RGB value is (188,154,255). Sum of RGB (Red+Green+Blue) = 188+154+255=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AFF is #436500. Grayscale: #AFAFAF. Windows color (decimal): -4416769 or 16751292. OLE color: 16751292.

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

Color convert

RGB188154255-
CMYK0.260.4000
HSL260.2º100%80.2%-
HSV(B)260.2º39.61%100%-
XYZ50.3441.0299.87-
YUV175.68172.76136.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 255 (100% from 255) = 42.71%
R=31.49%
G=25.80%
B=42.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881542550.260.4000260.210080.2
HexBC9AFF1A28001046450
Octal274232377325000404144120
Binary101111001001101011111111110101010000010000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9AFF; }

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

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

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

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

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

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

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

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