Shades of Perfume #BD9CDE
Tints of Perfume #BD9CDE
RGB
CMYK
RGB Variations
Color information
#BD9CDE (or 0xBD9CDE) is known color: Perfume. HEX triplet: BD, 9C and DE. RGB value is (189,156,222). Sum of RGB (Red+Green+Blue) = 189+156+222=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDE is #426321. Grayscale: #ADADAD. Windows color (decimal): -4350754 or 14589117. OLE color: 14589117.
HSL color Cylindrical-coordinate representation of color #BD9CDE: hue angle of 270º 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 #BD9CDE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 156 | 222 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.13 |
| HSL | 270º | 0.5% | 0.74% | - |
| HSV(B) | 270º | 0.3% | 0.87% | - |
| XYZ | 46.06 | 39.87 | 74.38 | - |
| YUV | 173.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 222 | 0.15 | 0.30 | 0 | 0.13 | 270 | 0.5 | 0.74 |
| Hex | BD | 9C | DE | F | 1E | 0 | D | 10E | 32 | 4A |
| Octal | 275 | 234 | 336 | 17 | 36 | 0 | 15 | 416 | 62 | 112 |
| Binary | 10111101 | 10011100 | 11011110 | 1111 | 11110 | 0 | 1101 | 100001110 | 110010 | 1001010 |
Color Harmonies of #BD9CDE
Complementary color
Monochromatic Colors of #BD9CDE
Black with #BD9CDE
Text Example
Text Example
White with #BD9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CDE; }
p { color: rgb(189,156,222); }
H1.HeaderClassName
{
color: #BD9CDE;
}
.AnyTagClassName
{
color: #BD9CDE;
}
</style>
background-color css
<style>
a { background-color: #BD9CDE; }
a { background-color: rgb(189,156,222); }
div.DivClassName
{
background-color: #BD9CDE;
}
.BgClassName
{
background-color: #BD9CDE;
}
</style>
border-color css
<style>
span { border-color: #BD9CDE; }
span { border-color: rgb(189,156,222); }
td.TdClassName
{
border-color: #BD9CDE;
}
.TagClassName
{
border-color: #BD9CDE;
}
</style>