Shades of Perfume #BCABCB
Tints of Perfume #BCABCB
RGB
CMYK
RGB Variations
Color information
#BCABCB (or 0xBCABCB) is known color: Perfume. HEX triplet: BC, AB and CB. RGB value is (188,171,203). Sum of RGB (Red+Green+Blue) = 188+171+203=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABCB is #435434. Grayscale: #B3B3B3. Windows color (decimal): -4412469 or 13347772. OLE color: 13347772.
HSL color Cylindrical-coordinate representation of color #BCABCB: hue angle of 271.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCABCB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 171 | 203 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.20 |
| HSL | 271.88º | 0.24% | 0.73% | - |
| HSV(B) | 271.88º | 0.16% | 0.8% | - |
| XYZ | 46.08 | 44.13 | 62.59 | - |
| YUV | 179.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 203 | 0.07 | 0.16 | 0 | 0.20 | 271.88 | 0.24 | 0.73 |
| Hex | BC | AB | CB | 7 | 10 | 0 | 14 | 110 | 18 | 49 |
| Octal | 274 | 253 | 313 | 7 | 20 | 0 | 24 | 420 | 30 | 111 |
| Binary | 10111100 | 10101011 | 11001011 | 111 | 10000 | 0 | 10100 | 100010000 | 11000 | 1001001 |
Color Harmonies of #BCABCB
Complementary color
Monochromatic Colors of #BCABCB
Black with #BCABCB
Text Example
Text Example
White with #BCABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCABCB; }
p { color: rgb(188,171,203); }
H1.HeaderClassName
{
color: #BCABCB;
}
.AnyTagClassName
{
color: #BCABCB;
}
</style>
background-color css
<style>
a { background-color: #BCABCB; }
a { background-color: rgb(188,171,203); }
div.DivClassName
{
background-color: #BCABCB;
}
.BgClassName
{
background-color: #BCABCB;
}
</style>
border-color css
<style>
span { border-color: #BCABCB; }
span { border-color: rgb(188,171,203); }
td.TdClassName
{
border-color: #BCABCB;
}
.TagClassName
{
border-color: #BCABCB;
}
</style>