Shades of Pink Swan #BCAEAB
Tints of Pink Swan #BCAEAB
RGB
CMYK
RGB Variations
Color information
#BCAEAB (or 0xBCAEAB) is known color: Pink Swan. HEX triplet: BC, AE and AB. RGB value is (188,174,171). Sum of RGB (Red+Green+Blue) = 188+174+171=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEAB is #435154. Grayscale: #B1B1B1. Windows color (decimal): -4411733 or 11251388. OLE color: 11251388.
HSL color Cylindrical-coordinate representation of color #BCAEAB: hue angle of 10.59º 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 #BCAEAB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 171 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.26 |
| HSL | 10.59º | 0.11% | 0.7% | - |
| HSV(B) | 10.59º | 0.09% | 0.74% | - |
| XYZ | 43.23 | 43.9 | 44.72 | - |
| YUV | 177.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 171 | 0 | 0.07 | 0.09 | 0.26 | 10.59 | 0.11 | 0.7 |
| Hex | BC | AE | AB | 0 | 7 | 9 | 1A | B | B | 46 |
| Octal | 274 | 256 | 253 | 0 | 7 | 11 | 32 | 13 | 13 | 106 |
| Binary | 10111100 | 10101110 | 10101011 | 0 | 111 | 1001 | 11010 | 1011 | 1011 | 1000110 |
Color Harmonies of #BCAEAB
Complementary color
Monochromatic Colors of #BCAEAB
Black with #BCAEAB
Text Example
Text Example
White with #BCAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEAB; }
p { color: rgb(188,174,171); }
H1.HeaderClassName
{
color: #BCAEAB;
}
.AnyTagClassName
{
color: #BCAEAB;
}
</style>
background-color css
<style>
a { background-color: #BCAEAB; }
a { background-color: rgb(188,174,171); }
div.DivClassName
{
background-color: #BCAEAB;
}
.BgClassName
{
background-color: #BCAEAB;
}
</style>
border-color css
<style>
span { border-color: #BCAEAB; }
span { border-color: rgb(188,174,171); }
td.TdClassName
{
border-color: #BCAEAB;
}
.TagClassName
{
border-color: #BCAEAB;
}
</style>