Shades of Perfume #BC9ADF
Tints of Perfume #BC9ADF
RGB
CMYK
RGB Variations
Color information
#BC9ADF (or 0xBC9ADF) is known color: Perfume. HEX triplet: BC, 9A and DF. RGB value is (188,154,223). Sum of RGB (Red+Green+Blue) = 188+154+223=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADF is #436520. Grayscale: #ABABAB. Windows color (decimal): -4416801 or 14654140. OLE color: 14654140.
HSL color Cylindrical-coordinate representation of color #BC9ADF: hue angle of 269.57º degrees, saturation: 0.52, 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 #BC9ADF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 154 | 223 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.13 |
| HSL | 269.57º | 0.52% | 0.74% | - |
| HSV(B) | 269.57º | 0.31% | 0.87% | - |
| XYZ | 45.61 | 39.13 | 74.96 | - |
| YUV | 172.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 223 | 0.16 | 0.31 | 0 | 0.13 | 269.57 | 0.52 | 0.74 |
| Hex | BC | 9A | DF | 10 | 1F | 0 | D | 10E | 34 | 4A |
| Octal | 274 | 232 | 337 | 20 | 37 | 0 | 15 | 416 | 64 | 112 |
| Binary | 10111100 | 10011010 | 11011111 | 10000 | 11111 | 0 | 1101 | 100001110 | 110100 | 1001010 |
Color Harmonies of #BC9ADF
Complementary color
Monochromatic Colors of #BC9ADF
Black with #BC9ADF
Text Example
Text Example
White with #BC9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ADF; }
p { color: rgb(188,154,223); }
H1.HeaderClassName
{
color: #BC9ADF;
}
.AnyTagClassName
{
color: #BC9ADF;
}
</style>
background-color css
<style>
a { background-color: #BC9ADF; }
a { background-color: rgb(188,154,223); }
div.DivClassName
{
background-color: #BC9ADF;
}
.BgClassName
{
background-color: #BC9ADF;
}
</style>
border-color css
<style>
span { border-color: #BC9ADF; }
span { border-color: rgb(188,154,223); }
td.TdClassName
{
border-color: #BC9ADF;
}
.TagClassName
{
border-color: #BC9ADF;
}
</style>