Shades of Perfume #BCAACF
Tints of Perfume #BCAACF
RGB
CMYK
RGB Variations
Color information
#BCAACF (or 0xBCAACF) is known color: Perfume. HEX triplet: BC, AA and CF. RGB value is (188,170,207). Sum of RGB (Red+Green+Blue) = 188+170+207=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACF is #435530. Grayscale: #B3B3B3. Windows color (decimal): -4412721 or 13609660. OLE color: 13609660.
HSL color Cylindrical-coordinate representation of color #BCAACF: hue angle of 269.19º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCAACF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 170 | 207 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.19 |
| HSL | 269.19º | 0.28% | 0.74% | - |
| HSV(B) | 269.19º | 0.18% | 0.81% | - |
| XYZ | 46.38 | 43.95 | 65.07 | - |
| YUV | 179.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 207 | 0.09 | 0.18 | 0 | 0.19 | 269.19 | 0.28 | 0.74 |
| Hex | BC | AA | CF | 9 | 12 | 0 | 13 | 10D | 1C | 4A |
| Octal | 274 | 252 | 317 | 11 | 22 | 0 | 23 | 415 | 34 | 112 |
| Binary | 10111100 | 10101010 | 11001111 | 1001 | 10010 | 0 | 10011 | 100001101 | 11100 | 1001010 |
Color Harmonies of #BCAACF
Complementary color
Monochromatic Colors of #BCAACF
Black with #BCAACF
Text Example
Text Example
White with #BCAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAACF; }
p { color: rgb(188,170,207); }
H1.HeaderClassName
{
color: #BCAACF;
}
.AnyTagClassName
{
color: #BCAACF;
}
</style>
background-color css
<style>
a { background-color: #BCAACF; }
a { background-color: rgb(188,170,207); }
div.DivClassName
{
background-color: #BCAACF;
}
.BgClassName
{
background-color: #BCAACF;
}
</style>
border-color css
<style>
span { border-color: #BCAACF; }
span { border-color: rgb(188,170,207); }
td.TdClassName
{
border-color: #BCAACF;
}
.TagClassName
{
border-color: #BCAACF;
}
</style>