Shades of Perfume #BC9CFD
Tints of Perfume #BC9CFD
RGB
CMYK
RGB Variations
Color information
#BC9CFD (or 0xBC9CFD) is known color: Perfume. HEX triplet: BC, 9C and FD. RGB value is (188,156,253). Sum of RGB (Red+Green+Blue) = 188+156+253=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9CFD is #436302. Grayscale: #B0B0B0. Windows color (decimal): -4416259 or 16620732. OLE color: 16620732.
HSL color Cylindrical-coordinate representation of color #BC9CFD: hue angle of 259.79º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9CFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 156 | 253 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.01 |
| HSL | 259.79º | 0.96% | 0.8% | - |
| HSV(B) | 259.79º | 0.38% | 0.99% | - |
| XYZ | 50.36 | 41.56 | 98.3 | - |
| YUV | 176.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 253 | 0.26 | 0.38 | 0 | 0.01 | 259.79 | 0.96 | 0.8 |
| Hex | BC | 9C | FD | 1A | 26 | 0 | 1 | 104 | 60 | 50 |
| Octal | 274 | 234 | 375 | 32 | 46 | 0 | 1 | 404 | 140 | 120 |
| Binary | 10111100 | 10011100 | 11111101 | 11010 | 100110 | 0 | 1 | 100000100 | 1100000 | 1010000 |
Color Harmonies of #BC9CFD
Complementary color
Monochromatic Colors of #BC9CFD
Black with #BC9CFD
Text Example
Text Example
White with #BC9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CFD; }
p { color: rgb(188,156,253); }
H1.HeaderClassName
{
color: #BC9CFD;
}
.AnyTagClassName
{
color: #BC9CFD;
}
</style>
background-color css
<style>
a { background-color: #BC9CFD; }
a { background-color: rgb(188,156,253); }
div.DivClassName
{
background-color: #BC9CFD;
}
.BgClassName
{
background-color: #BC9CFD;
}
</style>
border-color css
<style>
span { border-color: #BC9CFD; }
span { border-color: rgb(188,156,253); }
td.TdClassName
{
border-color: #BC9CFD;
}
.TagClassName
{
border-color: #BC9CFD;
}
</style>