Shades of Perfume #BC90F0
Tints of Perfume #BC90F0
RGB
CMYK
RGB Variations
Color information
#BC90F0 (or 0xBC90F0) is known color: Perfume. HEX triplet: BC, 90 and F0. RGB value is (188,144,240). Sum of RGB (Red+Green+Blue) = 188+144+240=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC90F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90F0 is #436F0F. Grayscale: #A7A7A7. Windows color (decimal): -4419344 or 15765692. OLE color: 15765692.
HSL color Cylindrical-coordinate representation of color #BC90F0: hue angle of 267.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC90F0 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 144 | 240 | - |
| CMYK | 0.22 | 0.4 | 0 | 0.06 |
| HSL | 267.5º | 0.76% | 0.75% | - |
| HSV(B) | 267.5º | 0.4% | 0.94% | - |
| XYZ | 46.44 | 36.93 | 87.12 | - |
| YUV | 168.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 240 | 0.22 | 0.4 | 0 | 0.06 | 267.5 | 0.76 | 0.75 |
| Hex | BC | 90 | F0 | 16 | 28 | 0 | 6 | 10C | 4C | 4B |
| Octal | 274 | 220 | 360 | 26 | 50 | 0 | 6 | 414 | 114 | 113 |
| Binary | 10111100 | 10010000 | 11110000 | 10110 | 101000 | 0 | 110 | 100001100 | 1001100 | 1001011 |
Color Harmonies of #BC90F0
Complementary color
Monochromatic Colors of #BC90F0
Black with #BC90F0
Text Example
Text Example
White with #BC90F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90F0; }
p { color: rgb(188,144,240); }
H1.HeaderClassName
{
color: #BC90F0;
}
.AnyTagClassName
{
color: #BC90F0;
}
</style>
background-color css
<style>
a { background-color: #BC90F0; }
a { background-color: rgb(188,144,240); }
div.DivClassName
{
background-color: #BC90F0;
}
.BgClassName
{
background-color: #BC90F0;
}
</style>
border-color css
<style>
span { border-color: #BC90F0; }
span { border-color: rgb(188,144,240); }
td.TdClassName
{
border-color: #BC90F0;
}
.TagClassName
{
border-color: #BC90F0;
}
</style>