Shades of Perfume #BC9ADE
Tints of Perfume #BC9ADE
RGB
CMYK
RGB Variations
Color information
#BC9ADE (or 0xBC9ADE) is known color: Perfume. HEX triplet: BC, 9A and DE. RGB value is (188,154,222). Sum of RGB (Red+Green+Blue) = 188+154+222=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADE is #436521. Grayscale: #ABABAB. Windows color (decimal): -4416802 or 14588604. OLE color: 14588604.
HSL color Cylindrical-coordinate representation of color #BC9ADE: hue angle of 270º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9ADE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 154 | 222 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.13 |
| HSL | 270º | 0.51% | 0.74% | - |
| HSV(B) | 270º | 0.31% | 0.87% | - |
| XYZ | 45.48 | 39.08 | 74.25 | - |
| YUV | 171.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 222 | 0.15 | 0.31 | 0 | 0.13 | 270 | 0.51 | 0.74 |
| Hex | BC | 9A | DE | F | 1F | 0 | D | 10E | 33 | 4A |
| Octal | 274 | 232 | 336 | 17 | 37 | 0 | 15 | 416 | 63 | 112 |
| Binary | 10111100 | 10011010 | 11011110 | 1111 | 11111 | 0 | 1101 | 100001110 | 110011 | 1001010 |
Color Harmonies of #BC9ADE
Complementary color
Monochromatic Colors of #BC9ADE
Black with #BC9ADE
Text Example
Text Example
White with #BC9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ADE; }
p { color: rgb(188,154,222); }
H1.HeaderClassName
{
color: #BC9ADE;
}
.AnyTagClassName
{
color: #BC9ADE;
}
</style>
background-color css
<style>
a { background-color: #BC9ADE; }
a { background-color: rgb(188,154,222); }
div.DivClassName
{
background-color: #BC9ADE;
}
.BgClassName
{
background-color: #BC9ADE;
}
</style>
border-color css
<style>
span { border-color: #BC9ADE; }
span { border-color: rgb(188,154,222); }
td.TdClassName
{
border-color: #BC9ADE;
}
.TagClassName
{
border-color: #BC9ADE;
}
</style>