Shades of Perfume #BDA8CE
Tints of Perfume #BDA8CE
RGB
CMYK
RGB Variations
Color information
#BDA8CE (or 0xBDA8CE) is known color: Perfume. HEX triplet: BD, A8 and CE. RGB value is (189,168,206). Sum of RGB (Red+Green+Blue) = 189+168+206=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8CE is #425731. Grayscale: #B2B2B2. Windows color (decimal): -4347698 or 13543613. OLE color: 13543613.
HSL color Cylindrical-coordinate representation of color #BDA8CE: hue angle of 273.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA8CE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 168 | 206 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.19 |
| HSL | 273.16º | 0.28% | 0.73% | - |
| HSV(B) | 273.16º | 0.18% | 0.81% | - |
| XYZ | 46.13 | 43.28 | 64.32 | - |
| YUV | 178.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 206 | 0.08 | 0.18 | 0 | 0.19 | 273.16 | 0.28 | 0.73 |
| Hex | BD | A8 | CE | 8 | 12 | 0 | 13 | 111 | 1C | 49 |
| Octal | 275 | 250 | 316 | 10 | 22 | 0 | 23 | 421 | 34 | 111 |
| Binary | 10111101 | 10101000 | 11001110 | 1000 | 10010 | 0 | 10011 | 100010001 | 11100 | 1001001 |
Color Harmonies of #BDA8CE
Complementary color
Monochromatic Colors of #BDA8CE
Black with #BDA8CE
Text Example
Text Example
White with #BDA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8CE; }
p { color: rgb(189,168,206); }
H1.HeaderClassName
{
color: #BDA8CE;
}
.AnyTagClassName
{
color: #BDA8CE;
}
</style>
background-color css
<style>
a { background-color: #BDA8CE; }
a { background-color: rgb(189,168,206); }
div.DivClassName
{
background-color: #BDA8CE;
}
.BgClassName
{
background-color: #BDA8CE;
}
</style>
border-color css
<style>
span { border-color: #BDA8CE; }
span { border-color: rgb(189,168,206); }
td.TdClassName
{
border-color: #BDA8CE;
}
.TagClassName
{
border-color: #BDA8CE;
}
</style>