Shades of Perfume #BC9BFA
Tints of Perfume #BC9BFA
RGB
CMYK
RGB Variations
Color information
#BC9BFA (or 0xBC9BFA) is known color: Perfume. HEX triplet: BC, 9B and FA. RGB value is (188,155,250). Sum of RGB (Red+Green+Blue) = 188+155+250=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9BFA is #436405. Grayscale: #AFAFAF. Windows color (decimal): -4416518 or 16423868. OLE color: 16423868.
HSL color Cylindrical-coordinate representation of color #BC9BFA: hue angle of 260.84º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9BFA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 155 | 250 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.02 |
| HSL | 260.84º | 0.9% | 0.79% | - |
| HSV(B) | 260.84º | 0.38% | 0.98% | - |
| XYZ | 49.72 | 41.04 | 95.74 | - |
| YUV | 175.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 250 | 0.25 | 0.38 | 0 | 0.02 | 260.84 | 0.9 | 0.79 |
| Hex | BC | 9B | FA | 19 | 26 | 0 | 2 | 105 | 5A | 4F |
| Octal | 274 | 233 | 372 | 31 | 46 | 0 | 2 | 405 | 132 | 117 |
| Binary | 10111100 | 10011011 | 11111010 | 11001 | 100110 | 0 | 10 | 100000101 | 1011010 | 1001111 |
Color Harmonies of #BC9BFA
Complementary color
Monochromatic Colors of #BC9BFA
Black with #BC9BFA
Text Example
Text Example
White with #BC9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BFA; }
p { color: rgb(188,155,250); }
H1.HeaderClassName
{
color: #BC9BFA;
}
.AnyTagClassName
{
color: #BC9BFA;
}
</style>
background-color css
<style>
a { background-color: #BC9BFA; }
a { background-color: rgb(188,155,250); }
div.DivClassName
{
background-color: #BC9BFA;
}
.BgClassName
{
background-color: #BC9BFA;
}
</style>
border-color css
<style>
span { border-color: #BC9BFA; }
span { border-color: rgb(188,155,250); }
td.TdClassName
{
border-color: #BC9BFA;
}
.TagClassName
{
border-color: #BC9BFA;
}
</style>