Shades of Perfume #BD9FDB
Tints of Perfume #BD9FDB
RGB
CMYK
RGB Variations
Color information
#BD9FDB (or 0xBD9FDB) is known color: Perfume. HEX triplet: BD, 9F and DB. RGB value is (189,159,219). Sum of RGB (Red+Green+Blue) = 189+159+219=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDB is #426024. Grayscale: #AEAEAE. Windows color (decimal): -4349989 or 14393277. OLE color: 14393277.
HSL color Cylindrical-coordinate representation of color #BD9FDB: hue angle of 270º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD9FDB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 189 | 159 | 219 | - |
CMYK | 0.14 | 0.27 | 0 | 0.14 |
HSL | 270º | 0.45% | 0.74% | - |
HSV(B) | 270º | 0.27% | 0.86% | - |
XYZ | 46.17 | 40.73 | 72.45 | - |
YUV | 174.81 | 152.94 | 138.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 159 | 219 | 0.14 | 0.27 | 0 | 0.14 | 270 | 0.45 | 0.74 |
Hex | BD | 9F | DB | E | 1B | 0 | E | 10E | 2D | 4A |
Octal | 275 | 237 | 333 | 16 | 33 | 0 | 16 | 416 | 55 | 112 |
Binary | 10111101 | 10011111 | 11011011 | 1110 | 11011 | 0 | 1110 | 100001110 | 101101 | 1001010 |
Color Harmonies of #BD9FDB
Complementary color
Monochromatic Colors of #BD9FDB
Black with #BD9FDB
Text Example
Text Example
White with #BD9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FDB; }
p { color: rgb(189,159,219); }
H1.HeaderClassName
{
color: #BD9FDB;
}
.AnyTagClassName
{
color: #BD9FDB;
}
</style>
background-color css
<style>
a { background-color: #BD9FDB; }
a { background-color: rgb(189,159,219); }
div.DivClassName
{
background-color: #BD9FDB;
}
.BgClassName
{
background-color: #BD9FDB;
}
</style>
border-color css
<style>
span { border-color: #BD9FDB; }
span { border-color: rgb(189,159,219); }
td.TdClassName
{
border-color: #BD9FDB;
}
.TagClassName
{
border-color: #BD9FDB;
}
</style>