Shades of Perfume #BC9ADC
Tints of Perfume #BC9ADC
RGB
CMYK
RGB Variations
Color information
#BC9ADC (or 0xBC9ADC) is known color: Perfume. HEX triplet: BC, 9A and DC. RGB value is (188,154,220). Sum of RGB (Red+Green+Blue) = 188+154+220=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ADC is #436523. Grayscale: #ABABAB. Windows color (decimal): -4416804 or 14457532. OLE color: 14457532.
HSL color Cylindrical-coordinate representation of color #BC9ADC: hue angle of 270.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC9ADC is Cyan = 0.15, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 154 | 220 | - |
| CMYK | 0.15 | 0.3 | 0 | 0.14 |
| HSL | 270.91º | 0.49% | 0.73% | - |
| HSV(B) | 270.91º | 0.3% | 0.86% | - |
| XYZ | 45.21 | 38.97 | 72.85 | - |
| YUV | 171.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 220 | 0.15 | 0.3 | 0 | 0.14 | 270.91 | 0.49 | 0.73 |
| Hex | BC | 9A | DC | F | 1E | 0 | E | 10F | 31 | 49 |
| Octal | 274 | 232 | 334 | 17 | 36 | 0 | 16 | 417 | 61 | 111 |
| Binary | 10111100 | 10011010 | 11011100 | 1111 | 11110 | 0 | 1110 | 100001111 | 110001 | 1001001 |
Color Harmonies of #BC9ADC
Complementary color
Monochromatic Colors of #BC9ADC
Black with #BC9ADC
Text Example
Text Example
White with #BC9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ADC; }
p { color: rgb(188,154,220); }
H1.HeaderClassName
{
color: #BC9ADC;
}
.AnyTagClassName
{
color: #BC9ADC;
}
</style>
background-color css
<style>
a { background-color: #BC9ADC; }
a { background-color: rgb(188,154,220); }
div.DivClassName
{
background-color: #BC9ADC;
}
.BgClassName
{
background-color: #BC9ADC;
}
</style>
border-color css
<style>
span { border-color: #BC9ADC; }
span { border-color: rgb(188,154,220); }
td.TdClassName
{
border-color: #BC9ADC;
}
.TagClassName
{
border-color: #BC9ADC;
}
</style>