#BC9FF9

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

Shades of Perfume #BC9FF9

Tints of Perfume #BC9FF9

Color information

#BC9FF9 (or 0xBC9FF9) is unknown color: approx Perfume. HEX triplet: BC, 9F and F9. RGB value is (188,159,249). Sum of RGB (Red+Green+Blue) = 188+159+249=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC9FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FF9 is #436006. Grayscale: #B1B1B1. Windows color (decimal): -4415495 or 16359356. OLE color: 16359356.

HSL color Cylindrical-coordinate representation of color #BC9FF9: hue angle of 259.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9FF9 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188159249-
CMYK0.240.3600.02
HSL259.33º88.24%80%-
HSV(B)259.33º36.14%97.65%-
XYZ50.2442.3395.14-
YUV177.93168.11135.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=31.54%
G=26.68%
B=41.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881592490.240.3600.02259.3388.2480
HexBC9FF91824021035850
Octal274237371304402403130120
Binary1011110010011111111110011100010010001010000001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FF9; }

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

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

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

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

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

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

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

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