Shades of Perfume #BD9ADC
Tints of Perfume #BD9ADC
RGB
CMYK
RGB Variations
Color information
#BD9ADC (or 0xBD9ADC) is known color: Perfume. HEX triplet: BD, 9A and DC. RGB value is (189,154,220). Sum of RGB (Red+Green+Blue) = 189+154+220=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADC is #426523. Grayscale: #ABABAB. Windows color (decimal): -4351268 or 14457533. OLE color: 14457533.
HSL color Cylindrical-coordinate representation of color #BD9ADC: hue angle of 271.82º 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 #BD9ADC is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 154 | 220 | - |
| CMYK | 0.14 | 0.3 | 0 | 0.14 |
| HSL | 271.82º | 0.49% | 0.73% | - |
| HSV(B) | 271.82º | 0.3% | 0.86% | - |
| XYZ | 45.46 | 39.1 | 72.86 | - |
| YUV | 171.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 220 | 0.14 | 0.3 | 0 | 0.14 | 271.82 | 0.49 | 0.73 |
| Hex | BD | 9A | DC | E | 1E | 0 | E | 110 | 31 | 49 |
| Octal | 275 | 232 | 334 | 16 | 36 | 0 | 16 | 420 | 61 | 111 |
| Binary | 10111101 | 10011010 | 11011100 | 1110 | 11110 | 0 | 1110 | 100010000 | 110001 | 1001001 |
Color Harmonies of #BD9ADC
Complementary color
Monochromatic Colors of #BD9ADC
Black with #BD9ADC
Text Example
Text Example
White with #BD9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ADC; }
p { color: rgb(189,154,220); }
H1.HeaderClassName
{
color: #BD9ADC;
}
.AnyTagClassName
{
color: #BD9ADC;
}
</style>
background-color css
<style>
a { background-color: #BD9ADC; }
a { background-color: rgb(189,154,220); }
div.DivClassName
{
background-color: #BD9ADC;
}
.BgClassName
{
background-color: #BD9ADC;
}
</style>
border-color css
<style>
span { border-color: #BD9ADC; }
span { border-color: rgb(189,154,220); }
td.TdClassName
{
border-color: #BD9ADC;
}
.TagClassName
{
border-color: #BD9ADC;
}
</style>