Shades of Perfume #BC9AF0
Tints of Perfume #BC9AF0
RGB
CMYK
RGB Variations
Color information
#BC9AF0 (or 0xBC9AF0) is known color: Perfume. HEX triplet: BC, 9A and F0. RGB value is (188,154,240). Sum of RGB (Red+Green+Blue) = 188+154+240=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC9AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AF0 is #43650F. Grayscale: #ADADAD. Windows color (decimal): -4416784 or 15768252. OLE color: 15768252.
HSL color Cylindrical-coordinate representation of color #BC9AF0: hue angle of 263.72º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC9AF0 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 154 | 240 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.06 |
| HSL | 263.72º | 0.74% | 0.77% | - |
| HSV(B) | 263.72º | 0.36% | 0.94% | - |
| XYZ | 48.02 | 40.09 | 87.65 | - |
| YUV | 173.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 240 | 0.22 | 0.36 | 0 | 0.06 | 263.72 | 0.74 | 0.77 |
| Hex | BC | 9A | F0 | 16 | 24 | 0 | 6 | 108 | 4A | 4D |
| Octal | 274 | 232 | 360 | 26 | 44 | 0 | 6 | 410 | 112 | 115 |
| Binary | 10111100 | 10011010 | 11110000 | 10110 | 100100 | 0 | 110 | 100001000 | 1001010 | 1001101 |
Color Harmonies of #BC9AF0
Complementary color
Monochromatic Colors of #BC9AF0
Black with #BC9AF0
Text Example
Text Example
White with #BC9AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AF0; }
p { color: rgb(188,154,240); }
H1.HeaderClassName
{
color: #BC9AF0;
}
.AnyTagClassName
{
color: #BC9AF0;
}
</style>
background-color css
<style>
a { background-color: #BC9AF0; }
a { background-color: rgb(188,154,240); }
div.DivClassName
{
background-color: #BC9AF0;
}
.BgClassName
{
background-color: #BC9AF0;
}
</style>
border-color css
<style>
span { border-color: #BC9AF0; }
span { border-color: rgb(188,154,240); }
td.TdClassName
{
border-color: #BC9AF0;
}
.TagClassName
{
border-color: #BC9AF0;
}
</style>