Shades of Pink Swan #BCACAB
Tints of Pink Swan #BCACAB
RGB
CMYK
RGB Variations
Color information
#BCACAB (or 0xBCACAB) is known color: Pink Swan. HEX triplet: BC, AC and AB. RGB value is (188,172,171). Sum of RGB (Red+Green+Blue) = 188+172+171=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACAB is #435354. Grayscale: #B0B0B0. Windows color (decimal): -4412245 or 11250876. OLE color: 11250876.
HSL color Cylindrical-coordinate representation of color #BCACAB: hue angle of 3.53º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCACAB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 171 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.26 |
| HSL | 3.53º | 0.11% | 0.7% | - |
| HSV(B) | 3.53º | 0.09% | 0.74% | - |
| XYZ | 42.84 | 43.14 | 44.6 | - |
| YUV | 176.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 171 | 0 | 0.09 | 0.09 | 0.26 | 3.53 | 0.11 | 0.7 |
| Hex | BC | AC | AB | 0 | 9 | 9 | 1A | 4 | B | 46 |
| Octal | 274 | 254 | 253 | 0 | 11 | 11 | 32 | 4 | 13 | 106 |
| Binary | 10111100 | 10101100 | 10101011 | 0 | 1001 | 1001 | 11010 | 100 | 1011 | 1000110 |
Color Harmonies of #BCACAB
Complementary color
Monochromatic Colors of #BCACAB
Black with #BCACAB
Text Example
Text Example
White with #BCACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACAB; }
p { color: rgb(188,172,171); }
H1.HeaderClassName
{
color: #BCACAB;
}
.AnyTagClassName
{
color: #BCACAB;
}
</style>
background-color css
<style>
a { background-color: #BCACAB; }
a { background-color: rgb(188,172,171); }
div.DivClassName
{
background-color: #BCACAB;
}
.BgClassName
{
background-color: #BCACAB;
}
</style>
border-color css
<style>
span { border-color: #BCACAB; }
span { border-color: rgb(188,172,171); }
td.TdClassName
{
border-color: #BCACAB;
}
.TagClassName
{
border-color: #BCACAB;
}
</style>