Shades of Perfume #BDA4CB
Tints of Perfume #BDA4CB
RGB
CMYK
RGB Variations
Color information
#BDA4CB (or 0xBDA4CB) is known color: Perfume. HEX triplet: BD, A4 and CB. RGB value is (189,164,203). Sum of RGB (Red+Green+Blue) = 189+164+203=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDA4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4CB is #425B34. Grayscale: #AFAFAF. Windows color (decimal): -4348725 or 13345981. OLE color: 13345981.
HSL color Cylindrical-coordinate representation of color #BDA4CB: hue angle of 278.46º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA4CB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 164 | 203 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.20 |
| HSL | 278.46º | 0.27% | 0.72% | - |
| HSV(B) | 278.46º | 0.19% | 0.8% | - |
| XYZ | 45.04 | 41.68 | 62.17 | - |
| YUV | 175.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 203 | 0.07 | 0.19 | 0 | 0.20 | 278.46 | 0.27 | 0.72 |
| Hex | BD | A4 | CB | 7 | 13 | 0 | 14 | 116 | 1B | 48 |
| Octal | 275 | 244 | 313 | 7 | 23 | 0 | 24 | 426 | 33 | 110 |
| Binary | 10111101 | 10100100 | 11001011 | 111 | 10011 | 0 | 10100 | 100010110 | 11011 | 1001000 |
Color Harmonies of #BDA4CB
Complementary color
Monochromatic Colors of #BDA4CB
Black with #BDA4CB
Text Example
Text Example
White with #BDA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4CB; }
p { color: rgb(189,164,203); }
H1.HeaderClassName
{
color: #BDA4CB;
}
.AnyTagClassName
{
color: #BDA4CB;
}
</style>
background-color css
<style>
a { background-color: #BDA4CB; }
a { background-color: rgb(189,164,203); }
div.DivClassName
{
background-color: #BDA4CB;
}
.BgClassName
{
background-color: #BDA4CB;
}
</style>
border-color css
<style>
span { border-color: #BDA4CB; }
span { border-color: rgb(189,164,203); }
td.TdClassName
{
border-color: #BDA4CB;
}
.TagClassName
{
border-color: #BDA4CB;
}
</style>