Shades of Perfume #BDA3CC
Tints of Perfume #BDA3CC
RGB
CMYK
RGB Variations
Color information
#BDA3CC (or 0xBDA3CC) is known color: Perfume. HEX triplet: BD, A3 and CC. RGB value is (189,163,204). Sum of RGB (Red+Green+Blue) = 189+163+204=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3CC is #425C33. Grayscale: #AFAFAF. Windows color (decimal): -4348980 or 13411261. OLE color: 13411261.
HSL color Cylindrical-coordinate representation of color #BDA3CC: hue angle of 278.05º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA3CC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 163 | 204 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.2 |
| HSL | 278.05º | 0.29% | 0.72% | - |
| HSV(B) | 278.05º | 0.2% | 0.8% | - |
| XYZ | 44.98 | 41.37 | 62.74 | - |
| YUV | 175.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 204 | 0.07 | 0.20 | 0 | 0.2 | 278.05 | 0.29 | 0.72 |
| Hex | BD | A3 | CC | 7 | 14 | 0 | 14 | 116 | 1D | 48 |
| Octal | 275 | 243 | 314 | 7 | 24 | 0 | 24 | 426 | 35 | 110 |
| Binary | 10111101 | 10100011 | 11001100 | 111 | 10100 | 0 | 10100 | 100010110 | 11101 | 1001000 |
Color Harmonies of #BDA3CC
Complementary color
Monochromatic Colors of #BDA3CC
Black with #BDA3CC
Text Example
Text Example
White with #BDA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA3CC; }
p { color: rgb(189,163,204); }
H1.HeaderClassName
{
color: #BDA3CC;
}
.AnyTagClassName
{
color: #BDA3CC;
}
</style>
background-color css
<style>
a { background-color: #BDA3CC; }
a { background-color: rgb(189,163,204); }
div.DivClassName
{
background-color: #BDA3CC;
}
.BgClassName
{
background-color: #BDA3CC;
}
</style>
border-color css
<style>
span { border-color: #BDA3CC; }
span { border-color: rgb(189,163,204); }
td.TdClassName
{
border-color: #BDA3CC;
}
.TagClassName
{
border-color: #BDA3CC;
}
</style>