Shades of Perfume #BC99FD
Tints of Perfume #BC99FD
RGB
CMYK
RGB Variations
Color information
#BC99FD (or 0xBC99FD) is known color: Perfume. HEX triplet: BC, 99 and FD. RGB value is (188,153,253). Sum of RGB (Red+Green+Blue) = 188+153+253=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99FD is #436602. Grayscale: #AEAEAE. Windows color (decimal): -4417027 or 16619964. OLE color: 16619964.
HSL color Cylindrical-coordinate representation of color #BC99FD: hue angle of 261º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC99FD is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 153 | 253 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.01 |
| HSL | 261º | 0.96% | 0.8% | - |
| HSV(B) | 261º | 0.4% | 0.99% | - |
| XYZ | 49.86 | 40.57 | 98.13 | - |
| YUV | 174.87 | 172.1 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 253 | 0.26 | 0.40 | 0 | 0.01 | 261 | 0.96 | 0.8 |
| Hex | BC | 99 | FD | 1A | 28 | 0 | 1 | 105 | 60 | 50 |
| Octal | 274 | 231 | 375 | 32 | 50 | 0 | 1 | 405 | 140 | 120 |
| Binary | 10111100 | 10011001 | 11111101 | 11010 | 101000 | 0 | 1 | 100000101 | 1100000 | 1010000 |
Color Harmonies of #BC99FD
Complementary color
Monochromatic Colors of #BC99FD
Black with #BC99FD
Text Example
Text Example
White with #BC99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99FD; }
p { color: rgb(188,153,253); }
H1.HeaderClassName
{
color: #BC99FD;
}
.AnyTagClassName
{
color: #BC99FD;
}
</style>
background-color css
<style>
a { background-color: #BC99FD; }
a { background-color: rgb(188,153,253); }
div.DivClassName
{
background-color: #BC99FD;
}
.BgClassName
{
background-color: #BC99FD;
}
</style>
border-color css
<style>
span { border-color: #BC99FD; }
span { border-color: rgb(188,153,253); }
td.TdClassName
{
border-color: #BC99FD;
}
.TagClassName
{
border-color: #BC99FD;
}
</style>