Shades of Perfume #BCAACC
Tints of Perfume #BCAACC
RGB
CMYK
RGB Variations
Color information
#BCAACC (or 0xBCAACC) is known color: Perfume. HEX triplet: BC, AA and CC. RGB value is (188,170,204). Sum of RGB (Red+Green+Blue) = 188+170+204=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAACC is #435533. Grayscale: #B3B3B3. Windows color (decimal): -4412724 or 13413052. OLE color: 13413052.
HSL color Cylindrical-coordinate representation of color #BCAACC: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAACC is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 170 | 204 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.2 |
| HSL | 271.76º | 0.25% | 0.73% | - |
| HSV(B) | 271.76º | 0.17% | 0.8% | - |
| XYZ | 46.01 | 43.8 | 63.16 | - |
| YUV | 179.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 204 | 0.08 | 0.17 | 0 | 0.2 | 271.76 | 0.25 | 0.73 |
| Hex | BC | AA | CC | 8 | 11 | 0 | 14 | 110 | 19 | 49 |
| Octal | 274 | 252 | 314 | 10 | 21 | 0 | 24 | 420 | 31 | 111 |
| Binary | 10111100 | 10101010 | 11001100 | 1000 | 10001 | 0 | 10100 | 100010000 | 11001 | 1001001 |
Color Harmonies of #BCAACC
Complementary color
Monochromatic Colors of #BCAACC
Black with #BCAACC
Text Example
Text Example
White with #BCAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAACC; }
p { color: rgb(188,170,204); }
H1.HeaderClassName
{
color: #BCAACC;
}
.AnyTagClassName
{
color: #BCAACC;
}
</style>
background-color css
<style>
a { background-color: #BCAACC; }
a { background-color: rgb(188,170,204); }
div.DivClassName
{
background-color: #BCAACC;
}
.BgClassName
{
background-color: #BCAACC;
}
</style>
border-color css
<style>
span { border-color: #BCAACC; }
span { border-color: rgb(188,170,204); }
td.TdClassName
{
border-color: #BCAACC;
}
.TagClassName
{
border-color: #BCAACC;
}
</style>