Shades of Perfume #BC99FE
Tints of Perfume #BC99FE
RGB
CMYK
RGB Variations
Color information
#BC99FE (or 0xBC99FE) is known color: Perfume. HEX triplet: BC, 99 and FE. RGB value is (188,153,254). Sum of RGB (Red+Green+Blue) = 188+153+254=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99FE is #436601. Grayscale: #AEAEAE. Windows color (decimal): -4417026 or 16685500. OLE color: 16685500.
HSL color Cylindrical-coordinate representation of color #BC99FE: hue angle of 260.79º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC99FE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 153 | 254 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.00 |
| HSL | 260.79º | 0.98% | 0.8% | - |
| HSV(B) | 260.79º | 0.4% | 1% | - |
| XYZ | 50.02 | 40.63 | 98.97 | - |
| YUV | 174.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 254 | 0.26 | 0.40 | 0 | 0.00 | 260.79 | 0.98 | 0.8 |
| Hex | BC | 99 | FE | 1A | 28 | 0 | 0 | 105 | 62 | 50 |
| Octal | 274 | 231 | 376 | 32 | 50 | 0 | 0 | 405 | 142 | 120 |
| Binary | 10111100 | 10011001 | 11111110 | 11010 | 101000 | 0 | 0 | 100000101 | 1100010 | 1010000 |
Color Harmonies of #BC99FE
Complementary color
Monochromatic Colors of #BC99FE
Black with #BC99FE
Text Example
Text Example
White with #BC99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99FE; }
p { color: rgb(188,153,254); }
H1.HeaderClassName
{
color: #BC99FE;
}
.AnyTagClassName
{
color: #BC99FE;
}
</style>
background-color css
<style>
a { background-color: #BC99FE; }
a { background-color: rgb(188,153,254); }
div.DivClassName
{
background-color: #BC99FE;
}
.BgClassName
{
background-color: #BC99FE;
}
</style>
border-color css
<style>
span { border-color: #BC99FE; }
span { border-color: rgb(188,153,254); }
td.TdClassName
{
border-color: #BC99FE;
}
.TagClassName
{
border-color: #BC99FE;
}
</style>