Shades of Pink Swan #BCAAAA
Tints of Pink Swan #BCAAAA
RGB
CMYK
RGB Variations
Color information
#BCAAAA (or 0xBCAAAA) is known color: Pink Swan. HEX triplet: BC, AA and AA. RGB value is (188,170,170). Sum of RGB (Red+Green+Blue) = 188+170+170=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAAAA is #435555. Grayscale: #AFAFAF. Windows color (decimal): -4412758 or 11184828. OLE color: 11184828.
HSL color Cylindrical-coordinate representation of color #BCAAAA: hue angle of 0º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAAAA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 170 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.26 |
| HSL | 0º | 0.12% | 0.7% | - |
| HSV(B) | 0º | 0.1% | 0.74% | - |
| XYZ | 42.37 | 42.34 | 43.97 | - |
| YUV | 175.38 | 124.96 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 170 | 0 | 0.10 | 0.10 | 0.26 | 0 | 0.12 | 0.7 |
| Hex | BC | AA | AA | 0 | A | A | 1A | 0 | C | 46 |
| Octal | 274 | 252 | 252 | 0 | 12 | 12 | 32 | 0 | 14 | 106 |
| Binary | 10111100 | 10101010 | 10101010 | 0 | 1010 | 1010 | 11010 | 0 | 1100 | 1000110 |
Color Harmonies of #BCAAAA
Complementary color
Monochromatic Colors of #BCAAAA
Black with #BCAAAA
Text Example
Text Example
White with #BCAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAAA; }
p { color: rgb(188,170,170); }
H1.HeaderClassName
{
color: #BCAAAA;
}
.AnyTagClassName
{
color: #BCAAAA;
}
</style>
background-color css
<style>
a { background-color: #BCAAAA; }
a { background-color: rgb(188,170,170); }
div.DivClassName
{
background-color: #BCAAAA;
}
.BgClassName
{
background-color: #BCAAAA;
}
</style>
border-color css
<style>
span { border-color: #BCAAAA; }
span { border-color: rgb(188,170,170); }
td.TdClassName
{
border-color: #BCAAAA;
}
.TagClassName
{
border-color: #BCAAAA;
}
</style>