Shades of Perfume #BDA9CB
Tints of Perfume #BDA9CB
RGB
CMYK
RGB Variations
Color information
#BDA9CB (or 0xBDA9CB) is known color: Perfume. HEX triplet: BD, A9 and CB. RGB value is (189,169,203). Sum of RGB (Red+Green+Blue) = 189+169+203=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9CB is #425634. Grayscale: #B2B2B2. Windows color (decimal): -4347445 or 13347261. OLE color: 13347261.
HSL color Cylindrical-coordinate representation of color #BDA9CB: hue angle of 275.29º degrees, saturation: 0.25, 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 #BDA9CB is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 169 | 203 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.20 |
| HSL | 275.29º | 0.25% | 0.73% | - |
| HSV(B) | 275.29º | 0.17% | 0.8% | - |
| XYZ | 45.95 | 43.51 | 62.48 | - |
| YUV | 178.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 203 | 0.07 | 0.17 | 0 | 0.20 | 275.29 | 0.25 | 0.73 |
| Hex | BD | A9 | CB | 7 | 11 | 0 | 14 | 113 | 19 | 49 |
| Octal | 275 | 251 | 313 | 7 | 21 | 0 | 24 | 423 | 31 | 111 |
| Binary | 10111101 | 10101001 | 11001011 | 111 | 10001 | 0 | 10100 | 100010011 | 11001 | 1001001 |
Color Harmonies of #BDA9CB
Complementary color
Monochromatic Colors of #BDA9CB
Black with #BDA9CB
Text Example
Text Example
White with #BDA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9CB; }
p { color: rgb(189,169,203); }
H1.HeaderClassName
{
color: #BDA9CB;
}
.AnyTagClassName
{
color: #BDA9CB;
}
</style>
background-color css
<style>
a { background-color: #BDA9CB; }
a { background-color: rgb(189,169,203); }
div.DivClassName
{
background-color: #BDA9CB;
}
.BgClassName
{
background-color: #BDA9CB;
}
</style>
border-color css
<style>
span { border-color: #BDA9CB; }
span { border-color: rgb(189,169,203); }
td.TdClassName
{
border-color: #BDA9CB;
}
.TagClassName
{
border-color: #BDA9CB;
}
</style>