Shades of Perfume #BC9DFA
Tints of Perfume #BC9DFA
RGB
CMYK
RGB Variations
Color information
#BC9DFA (or 0xBC9DFA) is known color: 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
| RGB | 188 | 157 | 250 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.02 |
| HSL | 260º | 0.9% | 0.8% | - |
| HSV(B) | 260º | 0.37% | 0.98% | - |
| XYZ | 50.05 | 41.71 | 95.85 | - |
| YUV | 176.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 250 | 0.25 | 0.37 | 0 | 0.02 | 260 | 0.9 | 0.8 |
| Hex | BC | 9D | FA | 19 | 25 | 0 | 2 | 104 | 5A | 50 |
| Octal | 274 | 235 | 372 | 31 | 45 | 0 | 2 | 404 | 132 | 120 |
| Binary | 10111100 | 10011101 | 11111010 | 11001 | 100101 | 0 | 10 | 100000100 | 1011010 | 1010000 |
Color Harmonies of #BC9DFA
Complementary color
Monochromatic Colors of #BC9DFA
Black with #BC9DFA
Text Example
Text Example
White with #BC9DFA
Text Example
Text Example
HTML Codes & Css Web 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>