Shades of Perfume #BDA9CC
Tints of Perfume #BDA9CC
RGB
CMYK
RGB Variations
Color information
#BDA9CC (or 0xBDA9CC) is known color: Perfume. HEX triplet: BD, A9 and CC. RGB value is (189,169,204). Sum of RGB (Red+Green+Blue) = 189+169+204=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CC is #425633. Grayscale: #B2B2B2. Windows color (decimal): -4347444 or 13412797. OLE color: 13412797.
HSL color Cylindrical-coordinate representation of color #BDA9CC: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA9CC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 169 | 204 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.2 |
| HSL | 274.29º | 0.26% | 0.73% | - |
| HSV(B) | 274.29º | 0.17% | 0.8% | - |
| XYZ | 46.07 | 43.55 | 63.11 | - |
| YUV | 178.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 204 | 0.07 | 0.17 | 0 | 0.2 | 274.29 | 0.26 | 0.73 |
| Hex | BD | A9 | CC | 7 | 11 | 0 | 14 | 112 | 1A | 49 |
| Octal | 275 | 251 | 314 | 7 | 21 | 0 | 24 | 422 | 32 | 111 |
| Binary | 10111101 | 10101001 | 11001100 | 111 | 10001 | 0 | 10100 | 100010010 | 11010 | 1001001 |
Color Harmonies of #BDA9CC
Complementary color
Monochromatic Colors of #BDA9CC
Black with #BDA9CC
Text Example
Text Example
White with #BDA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9CC; }
p { color: rgb(189,169,204); }
H1.HeaderClassName
{
color: #BDA9CC;
}
.AnyTagClassName
{
color: #BDA9CC;
}
</style>
background-color css
<style>
a { background-color: #BDA9CC; }
a { background-color: rgb(189,169,204); }
div.DivClassName
{
background-color: #BDA9CC;
}
.BgClassName
{
background-color: #BDA9CC;
}
</style>
border-color css
<style>
span { border-color: #BDA9CC; }
span { border-color: rgb(189,169,204); }
td.TdClassName
{
border-color: #BDA9CC;
}
.TagClassName
{
border-color: #BDA9CC;
}
</style>