Shades of Perfume #BDABCD
Tints of Perfume #BDABCD
RGB
CMYK
RGB Variations
Color information
#BDABCD (or 0xBDABCD) is known color: Perfume. HEX triplet: BD, AB and CD. RGB value is (189,171,205). Sum of RGB (Red+Green+Blue) = 189+171+205=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCD is #425432. Grayscale: #B4B4B4. Windows color (decimal): -4346931 or 13478845. OLE color: 13478845.
HSL color Cylindrical-coordinate representation of color #BDABCD: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDABCD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 171 | 205 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.20 |
| HSL | 271.76º | 0.25% | 0.74% | - |
| HSV(B) | 271.76º | 0.17% | 0.8% | - |
| XYZ | 46.57 | 44.35 | 63.86 | - |
| YUV | 180.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 205 | 0.08 | 0.17 | 0 | 0.20 | 271.76 | 0.25 | 0.74 |
| Hex | BD | AB | CD | 8 | 11 | 0 | 14 | 110 | 19 | 4A |
| Octal | 275 | 253 | 315 | 10 | 21 | 0 | 24 | 420 | 31 | 112 |
| Binary | 10111101 | 10101011 | 11001101 | 1000 | 10001 | 0 | 10100 | 100010000 | 11001 | 1001010 |
Color Harmonies of #BDABCD
Complementary color
Monochromatic Colors of #BDABCD
Black with #BDABCD
Text Example
Text Example
White with #BDABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABCD; }
p { color: rgb(189,171,205); }
H1.HeaderClassName
{
color: #BDABCD;
}
.AnyTagClassName
{
color: #BDABCD;
}
</style>
background-color css
<style>
a { background-color: #BDABCD; }
a { background-color: rgb(189,171,205); }
div.DivClassName
{
background-color: #BDABCD;
}
.BgClassName
{
background-color: #BDABCD;
}
</style>
border-color css
<style>
span { border-color: #BDABCD; }
span { border-color: rgb(189,171,205); }
td.TdClassName
{
border-color: #BDABCD;
}
.TagClassName
{
border-color: #BDABCD;
}
</style>