Shades of Perfume #BC9FED
Tints of Perfume #BC9FED
RGB
CMYK
RGB Variations
Color information
#BC9FED (or 0xBC9FED) is known color: Perfume. HEX triplet: BC, 9F and ED. RGB value is (188,159,237). Sum of RGB (Red+Green+Blue) = 188+159+237=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9FED is #436012. Grayscale: #B0B0B0. Windows color (decimal): -4415507 or 15572924. OLE color: 15572924.
HSL color Cylindrical-coordinate representation of color #BC9FED: hue angle of 262.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC9FED is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 159 | 237 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 262.31º | 0.68% | 0.78% | - |
| HSV(B) | 262.31º | 0.33% | 0.93% | - |
| XYZ | 48.42 | 41.6 | 85.6 | - |
| YUV | 176.56 | 162.11 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 237 | 0.21 | 0.33 | 0 | 0.07 | 262.31 | 0.68 | 0.78 |
| Hex | BC | 9F | ED | 15 | 21 | 0 | 7 | 106 | 44 | 4E |
| Octal | 274 | 237 | 355 | 25 | 41 | 0 | 7 | 406 | 104 | 116 |
| Binary | 10111100 | 10011111 | 11101101 | 10101 | 100001 | 0 | 111 | 100000110 | 1000100 | 1001110 |
Color Harmonies of #BC9FED
Complementary color
Monochromatic Colors of #BC9FED
Black with #BC9FED
Text Example
Text Example
White with #BC9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FED; }
p { color: rgb(188,159,237); }
H1.HeaderClassName
{
color: #BC9FED;
}
.AnyTagClassName
{
color: #BC9FED;
}
</style>
background-color css
<style>
a { background-color: #BC9FED; }
a { background-color: rgb(188,159,237); }
div.DivClassName
{
background-color: #BC9FED;
}
.BgClassName
{
background-color: #BC9FED;
}
</style>
border-color css
<style>
span { border-color: #BC9FED; }
span { border-color: rgb(188,159,237); }
td.TdClassName
{
border-color: #BC9FED;
}
.TagClassName
{
border-color: #BC9FED;
}
</style>