Shades of Perfume #BCACCC
Tints of Perfume #BCACCC
RGB
CMYK
RGB Variations
Color information
#BCACCC (or 0xBCACCC) is known color: Perfume. HEX triplet: BC, AC and CC. RGB value is (188,172,204). Sum of RGB (Red+Green+Blue) = 188+172+204=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACCC is #435333. Grayscale: #B4B4B4. Windows color (decimal): -4412212 or 13413564. OLE color: 13413564.
HSL color Cylindrical-coordinate representation of color #BCACCC: hue angle of 270º 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 #BCACCC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 172 | 204 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.2 |
| HSL | 270º | 0.24% | 0.74% | - |
| HSV(B) | 270º | 0.16% | 0.8% | - |
| XYZ | 46.39 | 44.56 | 63.28 | - |
| YUV | 180.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 204 | 0.08 | 0.16 | 0 | 0.2 | 270 | 0.24 | 0.74 |
| Hex | BC | AC | CC | 8 | 10 | 0 | 14 | 10E | 18 | 4A |
| Octal | 274 | 254 | 314 | 10 | 20 | 0 | 24 | 416 | 30 | 112 |
| Binary | 10111100 | 10101100 | 11001100 | 1000 | 10000 | 0 | 10100 | 100001110 | 11000 | 1001010 |
Color Harmonies of #BCACCC
Complementary color
Monochromatic Colors of #BCACCC
Black with #BCACCC
Text Example
Text Example
White with #BCACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACCC; }
p { color: rgb(188,172,204); }
H1.HeaderClassName
{
color: #BCACCC;
}
.AnyTagClassName
{
color: #BCACCC;
}
</style>
background-color css
<style>
a { background-color: #BCACCC; }
a { background-color: rgb(188,172,204); }
div.DivClassName
{
background-color: #BCACCC;
}
.BgClassName
{
background-color: #BCACCC;
}
</style>
border-color css
<style>
span { border-color: #BCACCC; }
span { border-color: rgb(188,172,204); }
td.TdClassName
{
border-color: #BCACCC;
}
.TagClassName
{
border-color: #BCACCC;
}
</style>