Shades of Perfume #BC9CFE
Tints of Perfume #BC9CFE
RGB
CMYK
RGB Variations
Color information
#BC9CFE (or 0xBC9CFE) is known color: Perfume. HEX triplet: BC, 9C and FE. RGB value is (188,156,254). Sum of RGB (Red+Green+Blue) = 188+156+254=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CFE is #436301. Grayscale: #B0B0B0. Windows color (decimal): -4416258 or 16686268. OLE color: 16686268.
HSL color Cylindrical-coordinate representation of color #BC9CFE: hue angle of 259.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC9CFE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 156 | 254 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.00 |
| HSL | 259.59º | 0.98% | 0.8% | - |
| HSV(B) | 259.59º | 0.39% | 1% | - |
| XYZ | 50.52 | 41.62 | 99.14 | - |
| YUV | 176.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 254 | 0.26 | 0.39 | 0 | 0.00 | 259.59 | 0.98 | 0.8 |
| Hex | BC | 9C | FE | 1A | 27 | 0 | 0 | 104 | 62 | 50 |
| Octal | 274 | 234 | 376 | 32 | 47 | 0 | 0 | 404 | 142 | 120 |
| Binary | 10111100 | 10011100 | 11111110 | 11010 | 100111 | 0 | 0 | 100000100 | 1100010 | 1010000 |
Color Harmonies of #BC9CFE
Complementary color
Monochromatic Colors of #BC9CFE
Black with #BC9CFE
Text Example
Text Example
White with #BC9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CFE; }
p { color: rgb(188,156,254); }
H1.HeaderClassName
{
color: #BC9CFE;
}
.AnyTagClassName
{
color: #BC9CFE;
}
</style>
background-color css
<style>
a { background-color: #BC9CFE; }
a { background-color: rgb(188,156,254); }
div.DivClassName
{
background-color: #BC9CFE;
}
.BgClassName
{
background-color: #BC9CFE;
}
</style>
border-color css
<style>
span { border-color: #BC9CFE; }
span { border-color: rgb(188,156,254); }
td.TdClassName
{
border-color: #BC9CFE;
}
.TagClassName
{
border-color: #BC9CFE;
}
</style>