Shades of Perfume #BDACCC
Tints of Perfume #BDACCC
RGB
CMYK
RGB Variations
Color information
#BDACCC (or 0xBDACCC) is known color: Perfume. HEX triplet: BD, AC and CC. RGB value is (189,172,204). Sum of RGB (Red+Green+Blue) = 189+172+204=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACCC is #425333. Grayscale: #B4B4B4. Windows color (decimal): -4346676 or 13413565. OLE color: 13413565.
HSL color Cylindrical-coordinate representation of color #BDACCC: hue angle of 271.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDACCC is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 172 | 204 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.2 |
| HSL | 271.88º | 0.24% | 0.74% | - |
| HSV(B) | 271.88º | 0.16% | 0.8% | - |
| XYZ | 46.64 | 44.68 | 63.29 | - |
| YUV | 180.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 204 | 0.07 | 0.16 | 0 | 0.2 | 271.88 | 0.24 | 0.74 |
| Hex | BD | AC | CC | 7 | 10 | 0 | 14 | 110 | 18 | 4A |
| Octal | 275 | 254 | 314 | 7 | 20 | 0 | 24 | 420 | 30 | 112 |
| Binary | 10111101 | 10101100 | 11001100 | 111 | 10000 | 0 | 10100 | 100010000 | 11000 | 1001010 |
Color Harmonies of #BDACCC
Complementary color
Monochromatic Colors of #BDACCC
Black with #BDACCC
Text Example
Text Example
White with #BDACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACCC; }
p { color: rgb(189,172,204); }
H1.HeaderClassName
{
color: #BDACCC;
}
.AnyTagClassName
{
color: #BDACCC;
}
</style>
background-color css
<style>
a { background-color: #BDACCC; }
a { background-color: rgb(189,172,204); }
div.DivClassName
{
background-color: #BDACCC;
}
.BgClassName
{
background-color: #BDACCC;
}
</style>
border-color css
<style>
span { border-color: #BDACCC; }
span { border-color: rgb(189,172,204); }
td.TdClassName
{
border-color: #BDACCC;
}
.TagClassName
{
border-color: #BDACCC;
}
</style>