Shades of Perfume #BC9BDE
Tints of Perfume #BC9BDE
RGB
CMYK
RGB Variations
Color information
#BC9BDE (or 0xBC9BDE) is known color: Perfume. HEX triplet: BC, 9B and DE. RGB value is (188,155,222). Sum of RGB (Red+Green+Blue) = 188+155+222=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BDE is #436421. Grayscale: #ACACAC. Windows color (decimal): -4416546 or 14588860. OLE color: 14588860.
HSL color Cylindrical-coordinate representation of color #BC9BDE: hue angle of 269.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9BDE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 155 | 222 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 269.55º | 0.5% | 0.74% | - |
| HSV(B) | 269.55º | 0.3% | 0.87% | - |
| XYZ | 45.65 | 39.41 | 74.31 | - |
| YUV | 172.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 222 | 0.15 | 0.30 | 0 | 0.13 | 269.55 | 0.5 | 0.74 |
| Hex | BC | 9B | DE | F | 1E | 0 | D | 10E | 32 | 4A |
| Octal | 274 | 233 | 336 | 17 | 36 | 0 | 15 | 416 | 62 | 112 |
| Binary | 10111100 | 10011011 | 11011110 | 1111 | 11110 | 0 | 1101 | 100001110 | 110010 | 1001010 |
Color Harmonies of #BC9BDE
Complementary color
Monochromatic Colors of #BC9BDE
Black with #BC9BDE
Text Example
Text Example
White with #BC9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BDE; }
p { color: rgb(188,155,222); }
H1.HeaderClassName
{
color: #BC9BDE;
}
.AnyTagClassName
{
color: #BC9BDE;
}
</style>
background-color css
<style>
a { background-color: #BC9BDE; }
a { background-color: rgb(188,155,222); }
div.DivClassName
{
background-color: #BC9BDE;
}
.BgClassName
{
background-color: #BC9BDE;
}
</style>
border-color css
<style>
span { border-color: #BC9BDE; }
span { border-color: rgb(188,155,222); }
td.TdClassName
{
border-color: #BC9BDE;
}
.TagClassName
{
border-color: #BC9BDE;
}
</style>