Shades of Perfume #BD9CDD
Tints of Perfume #BD9CDD
RGB
CMYK
RGB Variations
Color information
#BD9CDD (or 0xBD9CDD) is known color: Perfume. HEX triplet: BD, 9C and DD. RGB value is (189,156,221). Sum of RGB (Red+Green+Blue) = 189+156+221=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDD is #426322. Grayscale: #ADADAD. Windows color (decimal): -4350755 or 14523581. OLE color: 14523581.
HSL color Cylindrical-coordinate representation of color #BD9CDD: hue angle of 270.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9CDD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 156 | 221 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.13 |
| HSL | 270.46º | 0.49% | 0.74% | - |
| HSV(B) | 270.46º | 0.29% | 0.87% | - |
| XYZ | 45.93 | 39.82 | 73.67 | - |
| YUV | 173.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 221 | 0.14 | 0.29 | 0 | 0.13 | 270.46 | 0.49 | 0.74 |
| Hex | BD | 9C | DD | E | 1D | 0 | D | 10E | 31 | 4A |
| Octal | 275 | 234 | 335 | 16 | 35 | 0 | 15 | 416 | 61 | 112 |
| Binary | 10111101 | 10011100 | 11011101 | 1110 | 11101 | 0 | 1101 | 100001110 | 110001 | 1001010 |
Color Harmonies of #BD9CDD
Complementary color
Monochromatic Colors of #BD9CDD
Black with #BD9CDD
Text Example
Text Example
White with #BD9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CDD; }
p { color: rgb(189,156,221); }
H1.HeaderClassName
{
color: #BD9CDD;
}
.AnyTagClassName
{
color: #BD9CDD;
}
</style>
background-color css
<style>
a { background-color: #BD9CDD; }
a { background-color: rgb(189,156,221); }
div.DivClassName
{
background-color: #BD9CDD;
}
.BgClassName
{
background-color: #BD9CDD;
}
</style>
border-color css
<style>
span { border-color: #BD9CDD; }
span { border-color: rgb(189,156,221); }
td.TdClassName
{
border-color: #BD9CDD;
}
.TagClassName
{
border-color: #BD9CDD;
}
</style>