Shades of Perfume #BC9EDE
Tints of Perfume #BC9EDE
RGB
CMYK
RGB Variations
Color information
#BC9EDE (or 0xBC9EDE) is known color: Perfume. HEX triplet: BC, 9E and DE. RGB value is (188,158,222). Sum of RGB (Red+Green+Blue) = 188+158+222=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EDE is #436121. Grayscale: #AEAEAE. Windows color (decimal): -4415778 or 14589628. OLE color: 14589628.
HSL color Cylindrical-coordinate representation of color #BC9EDE: hue angle of 268.12º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9EDE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 158 | 222 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.13 |
| HSL | 268.13º | 0.49% | 0.75% | - |
| HSV(B) | 268.13º | 0.29% | 0.87% | - |
| XYZ | 46.15 | 40.42 | 74.48 | - |
| YUV | 174.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 222 | 0.15 | 0.29 | 0 | 0.13 | 268.13 | 0.49 | 0.75 |
| Hex | BC | 9E | DE | F | 1D | 0 | D | 10C | 31 | 4B |
| Octal | 274 | 236 | 336 | 17 | 35 | 0 | 15 | 414 | 61 | 113 |
| Binary | 10111100 | 10011110 | 11011110 | 1111 | 11101 | 0 | 1101 | 100001100 | 110001 | 1001011 |
Color Harmonies of #BC9EDE
Complementary color
Monochromatic Colors of #BC9EDE
Black with #BC9EDE
Text Example
Text Example
White with #BC9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EDE; }
p { color: rgb(188,158,222); }
H1.HeaderClassName
{
color: #BC9EDE;
}
.AnyTagClassName
{
color: #BC9EDE;
}
</style>
background-color css
<style>
a { background-color: #BC9EDE; }
a { background-color: rgb(188,158,222); }
div.DivClassName
{
background-color: #BC9EDE;
}
.BgClassName
{
background-color: #BC9EDE;
}
</style>
border-color css
<style>
span { border-color: #BC9EDE; }
span { border-color: rgb(188,158,222); }
td.TdClassName
{
border-color: #BC9EDE;
}
.TagClassName
{
border-color: #BC9EDE;
}
</style>