Shades of Perfume #BC9DFE
Tints of Perfume #BC9DFE
RGB
CMYK
RGB Variations
Color information
#BC9DFE (or 0xBC9DFE) is known color: Perfume. HEX triplet: BC, 9D and FE. RGB value is (188,157,254). Sum of RGB (Red+Green+Blue) = 188+157+254=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DFE is #436201. Grayscale: #B0B0B0. Windows color (decimal): -4416002 or 16686524. OLE color: 16686524.
HSL color Cylindrical-coordinate representation of color #BC9DFE: hue angle of 259.18º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9DFE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 157 | 254 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.00 |
| HSL | 259.18º | 0.98% | 0.81% | - |
| HSV(B) | 259.18º | 0.38% | 1% | - |
| XYZ | 50.69 | 41.96 | 99.19 | - |
| YUV | 177.33 | 171.27 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 254 | 0.26 | 0.38 | 0 | 0.00 | 259.18 | 0.98 | 0.81 |
| Hex | BC | 9D | FE | 1A | 26 | 0 | 0 | 103 | 62 | 51 |
| Octal | 274 | 235 | 376 | 32 | 46 | 0 | 0 | 403 | 142 | 121 |
| Binary | 10111100 | 10011101 | 11111110 | 11010 | 100110 | 0 | 0 | 100000011 | 1100010 | 1010001 |
Color Harmonies of #BC9DFE
Complementary color
Monochromatic Colors of #BC9DFE
Black with #BC9DFE
Text Example
Text Example
White with #BC9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DFE; }
p { color: rgb(188,157,254); }
H1.HeaderClassName
{
color: #BC9DFE;
}
.AnyTagClassName
{
color: #BC9DFE;
}
</style>
background-color css
<style>
a { background-color: #BC9DFE; }
a { background-color: rgb(188,157,254); }
div.DivClassName
{
background-color: #BC9DFE;
}
.BgClassName
{
background-color: #BC9DFE;
}
</style>
border-color css
<style>
span { border-color: #BC9DFE; }
span { border-color: rgb(188,157,254); }
td.TdClassName
{
border-color: #BC9DFE;
}
.TagClassName
{
border-color: #BC9DFE;
}
</style>