Shades of Perfume #BC9DF9
Tints of Perfume #BC9DF9
RGB
CMYK
RGB Variations
Color information
#BC9DF9 (or 0xBC9DF9) is known color: Perfume. HEX triplet: BC, 9D and F9. RGB value is (188,157,249). Sum of RGB (Red+Green+Blue) = 188+157+249=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DF9 is #436206. Grayscale: #B0B0B0. Windows color (decimal): -4416007 or 16358844. OLE color: 16358844.
HSL color Cylindrical-coordinate representation of color #BC9DF9: hue angle of 260.22º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9DF9 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 157 | 249 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.02 |
| HSL | 260.22º | 0.88% | 0.8% | - |
| HSV(B) | 260.22º | 0.37% | 0.98% | - |
| XYZ | 49.89 | 41.64 | 95.03 | - |
| YUV | 176.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 249 | 0.24 | 0.37 | 0 | 0.02 | 260.22 | 0.88 | 0.8 |
| Hex | BC | 9D | F9 | 18 | 25 | 0 | 2 | 104 | 58 | 50 |
| Octal | 274 | 235 | 371 | 30 | 45 | 0 | 2 | 404 | 130 | 120 |
| Binary | 10111100 | 10011101 | 11111001 | 11000 | 100101 | 0 | 10 | 100000100 | 1011000 | 1010000 |
Color Harmonies of #BC9DF9
Complementary color
Monochromatic Colors of #BC9DF9
Black with #BC9DF9
Text Example
Text Example
White with #BC9DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DF9; }
p { color: rgb(188,157,249); }
H1.HeaderClassName
{
color: #BC9DF9;
}
.AnyTagClassName
{
color: #BC9DF9;
}
</style>
background-color css
<style>
a { background-color: #BC9DF9; }
a { background-color: rgb(188,157,249); }
div.DivClassName
{
background-color: #BC9DF9;
}
.BgClassName
{
background-color: #BC9DF9;
}
</style>
border-color css
<style>
span { border-color: #BC9DF9; }
span { border-color: rgb(188,157,249); }
td.TdClassName
{
border-color: #BC9DF9;
}
.TagClassName
{
border-color: #BC9DF9;
}
</style>