Shades of Perfume #BC99F2
Tints of Perfume #BC99F2
RGB
CMYK
RGB Variations
Color information
#BC99F2 (or 0xBC99F2) is known color: Perfume. HEX triplet: BC, 99 and F2. RGB value is (188,153,242). Sum of RGB (Red+Green+Blue) = 188+153+242=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99F2 is #43660D. Grayscale: #ADADAD. Windows color (decimal): -4417038 or 15899068. OLE color: 15899068.
HSL color Cylindrical-coordinate representation of color #BC99F2: hue angle of 263.6º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC99F2 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 153 | 242 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.05 |
| HSL | 263.6º | 0.77% | 0.77% | - |
| HSV(B) | 263.6º | 0.37% | 0.95% | - |
| XYZ | 48.16 | 39.88 | 89.16 | - |
| YUV | 173.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 242 | 0.22 | 0.37 | 0 | 0.05 | 263.6 | 0.77 | 0.77 |
| Hex | BC | 99 | F2 | 16 | 25 | 0 | 5 | 108 | 4D | 4D |
| Octal | 274 | 231 | 362 | 26 | 45 | 0 | 5 | 410 | 115 | 115 |
| Binary | 10111100 | 10011001 | 11110010 | 10110 | 100101 | 0 | 101 | 100001000 | 1001101 | 1001101 |
Color Harmonies of #BC99F2
Complementary color
Monochromatic Colors of #BC99F2
Black with #BC99F2
Text Example
Text Example
White with #BC99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99F2; }
p { color: rgb(188,153,242); }
H1.HeaderClassName
{
color: #BC99F2;
}
.AnyTagClassName
{
color: #BC99F2;
}
</style>
background-color css
<style>
a { background-color: #BC99F2; }
a { background-color: rgb(188,153,242); }
div.DivClassName
{
background-color: #BC99F2;
}
.BgClassName
{
background-color: #BC99F2;
}
</style>
border-color css
<style>
span { border-color: #BC99F2; }
span { border-color: rgb(188,153,242); }
td.TdClassName
{
border-color: #BC99F2;
}
.TagClassName
{
border-color: #BC99F2;
}
</style>