Shades of Perfume #BC90FF
Tints of Perfume #BC90FF
RGB
CMYK
RGB Variations
Color information
#BC90FF (or 0xBC90FF) is known color: Perfume. HEX triplet: BC, 90 and FF. RGB value is (188,144,255). Sum of RGB (Red+Green+Blue) = 188+144+255=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FF is #436F00. Grayscale: #A9A9A9. Windows color (decimal): -4419329 or 16748732. OLE color: 16748732.
HSL color Cylindrical-coordinate representation of color #BC90FF: hue angle of 263.78º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC90FF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 144 | 255 | - |
| CMYK | 0.26 | 0.44 | 0 | 0 |
| HSL | 263.78º | 1% | 0.78% | - |
| HSV(B) | 263.78º | 0.44% | 1% | - |
| XYZ | 48.76 | 37.86 | 99.34 | - |
| YUV | 169.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 255 | 0.26 | 0.44 | 0 | 0 | 263.78 | 1 | 0.78 |
| Hex | BC | 90 | FF | 1A | 2C | 0 | 0 | 108 | 64 | 4E |
| Octal | 274 | 220 | 377 | 32 | 54 | 0 | 0 | 410 | 144 | 116 |
| Binary | 10111100 | 10010000 | 11111111 | 11010 | 101100 | 0 | 0 | 100001000 | 1100100 | 1001110 |
Color Harmonies of #BC90FF
Complementary color
Monochromatic Colors of #BC90FF
Black with #BC90FF
Text Example
Text Example
White with #BC90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90FF; }
p { color: rgb(188,144,255); }
H1.HeaderClassName
{
color: #BC90FF;
}
.AnyTagClassName
{
color: #BC90FF;
}
</style>
background-color css
<style>
a { background-color: #BC90FF; }
a { background-color: rgb(188,144,255); }
div.DivClassName
{
background-color: #BC90FF;
}
.BgClassName
{
background-color: #BC90FF;
}
</style>
border-color css
<style>
span { border-color: #BC90FF; }
span { border-color: rgb(188,144,255); }
td.TdClassName
{
border-color: #BC90FF;
}
.TagClassName
{
border-color: #BC90FF;
}
</style>