Shades of Perfume #BC9FDE
Tints of Perfume #BC9FDE
RGB
CMYK
RGB Variations
Color information
#BC9FDE (or 0xBC9FDE) is known color: Perfume. HEX triplet: BC, 9F and DE. RGB value is (188,159,222). Sum of RGB (Red+Green+Blue) = 188+159+222=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDE is #436021. Grayscale: #AEAEAE. Windows color (decimal): -4415522 or 14589884. OLE color: 14589884.
HSL color Cylindrical-coordinate representation of color #BC9FDE: hue angle of 267.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9FDE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 159 | 222 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.13 |
| HSL | 267.62º | 0.49% | 0.75% | - |
| HSV(B) | 267.62º | 0.28% | 0.87% | - |
| XYZ | 46.32 | 40.76 | 74.53 | - |
| YUV | 174.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 222 | 0.15 | 0.28 | 0 | 0.13 | 267.62 | 0.49 | 0.75 |
| Hex | BC | 9F | DE | F | 1C | 0 | D | 10C | 31 | 4B |
| Octal | 274 | 237 | 336 | 17 | 34 | 0 | 15 | 414 | 61 | 113 |
| Binary | 10111100 | 10011111 | 11011110 | 1111 | 11100 | 0 | 1101 | 100001100 | 110001 | 1001011 |
Color Harmonies of #BC9FDE
Complementary color
Monochromatic Colors of #BC9FDE
Black with #BC9FDE
Text Example
Text Example
White with #BC9FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FDE; }
p { color: rgb(188,159,222); }
H1.HeaderClassName
{
color: #BC9FDE;
}
.AnyTagClassName
{
color: #BC9FDE;
}
</style>
background-color css
<style>
a { background-color: #BC9FDE; }
a { background-color: rgb(188,159,222); }
div.DivClassName
{
background-color: #BC9FDE;
}
.BgClassName
{
background-color: #BC9FDE;
}
</style>
border-color css
<style>
span { border-color: #BC9FDE; }
span { border-color: rgb(188,159,222); }
td.TdClassName
{
border-color: #BC9FDE;
}
.TagClassName
{
border-color: #BC9FDE;
}
</style>