Shades of Perfume #BCABCC
Tints of Perfume #BCABCC
RGB
CMYK
RGB Variations
Color information
#BCABCC (or 0xBCABCC) is known color: Perfume. HEX triplet: BC, AB and CC. RGB value is (188,171,204). Sum of RGB (Red+Green+Blue) = 188+171+204=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABCC is #435433. Grayscale: #B3B3B3. Windows color (decimal): -4412468 or 13413308. OLE color: 13413308.
HSL color Cylindrical-coordinate representation of color #BCABCC: hue angle of 270.91º 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 #BCABCC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 171 | 204 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.2 |
| HSL | 270.91º | 0.24% | 0.74% | - |
| HSV(B) | 270.91º | 0.16% | 0.8% | - |
| XYZ | 46.2 | 44.18 | 63.22 | - |
| YUV | 179.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 204 | 0.08 | 0.16 | 0 | 0.2 | 270.91 | 0.24 | 0.74 |
| Hex | BC | AB | CC | 8 | 10 | 0 | 14 | 10F | 18 | 4A |
| Octal | 274 | 253 | 314 | 10 | 20 | 0 | 24 | 417 | 30 | 112 |
| Binary | 10111100 | 10101011 | 11001100 | 1000 | 10000 | 0 | 10100 | 100001111 | 11000 | 1001010 |
Color Harmonies of #BCABCC
Complementary color
Monochromatic Colors of #BCABCC
Black with #BCABCC
Text Example
Text Example
White with #BCABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABCC; }
p { color: rgb(188,171,204); }
H1.HeaderClassName
{
color: #BCABCC;
}
.AnyTagClassName
{
color: #BCABCC;
}
</style>
background-color css
<style>
a { background-color: #BCABCC; }
a { background-color: rgb(188,171,204); }
div.DivClassName
{
background-color: #BCABCC;
}
.BgClassName
{
background-color: #BCABCC;
}
</style>
border-color css
<style>
span { border-color: #BCABCC; }
span { border-color: rgb(188,171,204); }
td.TdClassName
{
border-color: #BCABCC;
}
.TagClassName
{
border-color: #BCABCC;
}
</style>