Shades of Perfume #BDA6CA
Tints of Perfume #BDA6CA
RGB
CMYK
RGB Variations
Color information
#BDA6CA (or 0xBDA6CA) is known color: Perfume. HEX triplet: BD, A6 and CA. RGB value is (189,166,202). Sum of RGB (Red+Green+Blue) = 189+166+202=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDA6CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6CA is #425935. Grayscale: #B0B0B0. Windows color (decimal): -4348214 or 13280957. OLE color: 13280957.
HSL color Cylindrical-coordinate representation of color #BDA6CA: hue angle of 278.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA6CA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 166 | 202 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.21 |
| HSL | 278.33º | 0.25% | 0.72% | - |
| HSV(B) | 278.33º | 0.18% | 0.79% | - |
| XYZ | 45.28 | 42.36 | 61.67 | - |
| YUV | 176.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 202 | 0.06 | 0.18 | 0 | 0.21 | 278.33 | 0.25 | 0.72 |
| Hex | BD | A6 | CA | 6 | 12 | 0 | 15 | 116 | 19 | 48 |
| Octal | 275 | 246 | 312 | 6 | 22 | 0 | 25 | 426 | 31 | 110 |
| Binary | 10111101 | 10100110 | 11001010 | 110 | 10010 | 0 | 10101 | 100010110 | 11001 | 1001000 |
Color Harmonies of #BDA6CA
Complementary color
Monochromatic Colors of #BDA6CA
Black with #BDA6CA
Text Example
Text Example
White with #BDA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6CA; }
p { color: rgb(189,166,202); }
H1.HeaderClassName
{
color: #BDA6CA;
}
.AnyTagClassName
{
color: #BDA6CA;
}
</style>
background-color css
<style>
a { background-color: #BDA6CA; }
a { background-color: rgb(189,166,202); }
div.DivClassName
{
background-color: #BDA6CA;
}
.BgClassName
{
background-color: #BDA6CA;
}
</style>
border-color css
<style>
span { border-color: #BDA6CA; }
span { border-color: rgb(189,166,202); }
td.TdClassName
{
border-color: #BDA6CA;
}
.TagClassName
{
border-color: #BDA6CA;
}
</style>