Shades of Pink Swan #BCAEAD
Tints of Pink Swan #BCAEAD
RGB
CMYK
RGB Variations
Color information
#BCAEAD (or 0xBCAEAD) is known color: Pink Swan. HEX triplet: BC, AE and AD. RGB value is (188,174,173). Sum of RGB (Red+Green+Blue) = 188+174+173=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEAD is #435152. Grayscale: #B2B2B2. Windows color (decimal): -4411731 or 11382460. OLE color: 11382460.
HSL color Cylindrical-coordinate representation of color #BCAEAD: hue angle of 4º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCAEAD is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 174 | 173 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.26 |
| HSL | 4º | 0.1% | 0.71% | - |
| HSV(B) | 4º | 0.08% | 0.74% | - |
| XYZ | 43.42 | 43.98 | 45.74 | - |
| YUV | 178.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 173 | 0 | 0.07 | 0.08 | 0.26 | 4 | 0.1 | 0.71 |
| Hex | BC | AE | AD | 0 | 7 | 8 | 1A | 4 | A | 47 |
| Octal | 274 | 256 | 255 | 0 | 7 | 10 | 32 | 4 | 12 | 107 |
| Binary | 10111100 | 10101110 | 10101101 | 0 | 111 | 1000 | 11010 | 100 | 1010 | 1000111 |
Color Harmonies of #BCAEAD
Complementary color
Monochromatic Colors of #BCAEAD
Black with #BCAEAD
Text Example
Text Example
White with #BCAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEAD; }
p { color: rgb(188,174,173); }
H1.HeaderClassName
{
color: #BCAEAD;
}
.AnyTagClassName
{
color: #BCAEAD;
}
</style>
background-color css
<style>
a { background-color: #BCAEAD; }
a { background-color: rgb(188,174,173); }
div.DivClassName
{
background-color: #BCAEAD;
}
.BgClassName
{
background-color: #BCAEAD;
}
</style>
border-color css
<style>
span { border-color: #BCAEAD; }
span { border-color: rgb(188,174,173); }
td.TdClassName
{
border-color: #BCAEAD;
}
.TagClassName
{
border-color: #BCAEAD;
}
</style>