#BC9DFA

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

Shades of Perfume #BC9DFA

Tints of Perfume #BC9DFA

Color information

#BC9DFA (or 0xBC9DFA) is unknown color: approx Perfume. HEX triplet: BC, 9D and FA. RGB value is (188,157,250). Sum of RGB (Red+Green+Blue) = 188+157+250=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DFA is #436205. Grayscale: #B0B0B0. Windows color (decimal): -4416006 or 16424380. OLE color: 16424380.

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

Color convert

RGB188157250-
CMYK0.250.3700.02
HSL260º90.29%79.8%-
HSV(B)260º37.2%98.04%-
XYZ50.0541.7195.85-
YUV176.87169.27135.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 157 (61.72% from 255) = 26.39%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=31.60%
G=26.39%
B=42.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881572500.250.3700.0226090.2979.8
HexBC9DFA1925021045a50
Octal274235372314502404132120
Binary1011110010011101111110101100110010101010000010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DFA; }

 p { color: rgb(188,157,250); }

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

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

 a { background-color: rgb(188,157,250); }

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

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

 span { border-color: rgb(188,157,250); }

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