Shades of Perfume #BDADCC
Tints of Perfume #BDADCC
RGB
CMYK
RGB Variations
Color information
#BDADCC (or 0xBDADCC) is known color: Perfume. HEX triplet: BD, AD and CC. RGB value is (189,173,204). Sum of RGB (Red+Green+Blue) = 189+173+204=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCC is #425233. Grayscale: #B5B5B5. Windows color (decimal): -4346420 or 13413821. OLE color: 13413821.
HSL color Cylindrical-coordinate representation of color #BDADCC: hue angle of 270.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDADCC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 173 | 204 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.2 |
| HSL | 270.97º | 0.23% | 0.74% | - |
| HSV(B) | 270.97º | 0.15% | 0.8% | - |
| XYZ | 46.83 | 45.07 | 63.36 | - |
| YUV | 181.32 | 140.8 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 204 | 0.07 | 0.15 | 0 | 0.2 | 270.97 | 0.23 | 0.74 |
| Hex | BD | AD | CC | 7 | F | 0 | 14 | 10F | 17 | 4A |
| Octal | 275 | 255 | 314 | 7 | 17 | 0 | 24 | 417 | 27 | 112 |
| Binary | 10111101 | 10101101 | 11001100 | 111 | 1111 | 0 | 10100 | 100001111 | 10111 | 1001010 |
Color Harmonies of #BDADCC
Complementary color
Monochromatic Colors of #BDADCC
Black with #BDADCC
Text Example
Text Example
White with #BDADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADCC; }
p { color: rgb(189,173,204); }
H1.HeaderClassName
{
color: #BDADCC;
}
.AnyTagClassName
{
color: #BDADCC;
}
</style>
background-color css
<style>
a { background-color: #BDADCC; }
a { background-color: rgb(189,173,204); }
div.DivClassName
{
background-color: #BDADCC;
}
.BgClassName
{
background-color: #BDADCC;
}
</style>
border-color css
<style>
span { border-color: #BDADCC; }
span { border-color: rgb(189,173,204); }
td.TdClassName
{
border-color: #BDADCC;
}
.TagClassName
{
border-color: #BDADCC;
}
</style>