Shades of Perfume #BDA6CC
Tints of Perfume #BDA6CC
RGB
CMYK
RGB Variations
Color information
#BDA6CC (or 0xBDA6CC) is known color: Perfume. HEX triplet: BD, A6 and CC. RGB value is (189,166,204). Sum of RGB (Red+Green+Blue) = 189+166+204=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CC is #425933. Grayscale: #B1B1B1. Windows color (decimal): -4348212 or 13412029. OLE color: 13412029.
HSL color Cylindrical-coordinate representation of color #BDA6CC: hue angle of 276.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA6CC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 166 | 204 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.2 |
| HSL | 276.32º | 0.27% | 0.73% | - |
| HSV(B) | 276.32º | 0.19% | 0.8% | - |
| XYZ | 45.52 | 42.45 | 62.92 | - |
| YUV | 177.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 204 | 0.07 | 0.19 | 0 | 0.2 | 276.32 | 0.27 | 0.73 |
| Hex | BD | A6 | CC | 7 | 13 | 0 | 14 | 114 | 1B | 49 |
| Octal | 275 | 246 | 314 | 7 | 23 | 0 | 24 | 424 | 33 | 111 |
| Binary | 10111101 | 10100110 | 11001100 | 111 | 10011 | 0 | 10100 | 100010100 | 11011 | 1001001 |
Color Harmonies of #BDA6CC
Complementary color
Monochromatic Colors of #BDA6CC
Black with #BDA6CC
Text Example
Text Example
White with #BDA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6CC; }
p { color: rgb(189,166,204); }
H1.HeaderClassName
{
color: #BDA6CC;
}
.AnyTagClassName
{
color: #BDA6CC;
}
</style>
background-color css
<style>
a { background-color: #BDA6CC; }
a { background-color: rgb(189,166,204); }
div.DivClassName
{
background-color: #BDA6CC;
}
.BgClassName
{
background-color: #BDA6CC;
}
</style>
border-color css
<style>
span { border-color: #BDA6CC; }
span { border-color: rgb(189,166,204); }
td.TdClassName
{
border-color: #BDA6CC;
}
.TagClassName
{
border-color: #BDA6CC;
}
</style>