Shades of Pink Swan #BCB0AD
Tints of Pink Swan #BCB0AD
RGB
CMYK
RGB Variations
Color information
#BCB0AD (or 0xBCB0AD) is known color: Pink Swan. HEX triplet: BC, B0 and AD. RGB value is (188,176,173). Sum of RGB (Red+Green+Blue) = 188+176+173=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0AD is #434F52. Grayscale: #B3B3B3. Windows color (decimal): -4411219 or 11382972. OLE color: 11382972.
HSL color Cylindrical-coordinate representation of color #BCB0AD: hue angle of 12º 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 #BCB0AD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 173 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.26 |
| HSL | 12º | 0.1% | 0.71% | - |
| HSV(B) | 12º | 0.08% | 0.74% | - |
| XYZ | 43.81 | 44.76 | 45.87 | - |
| YUV | 179.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 173 | 0 | 0.06 | 0.08 | 0.26 | 12 | 0.1 | 0.71 |
| Hex | BC | B0 | AD | 0 | 6 | 8 | 1A | C | A | 47 |
| Octal | 274 | 260 | 255 | 0 | 6 | 10 | 32 | 14 | 12 | 107 |
| Binary | 10111100 | 10110000 | 10101101 | 0 | 110 | 1000 | 11010 | 1100 | 1010 | 1000111 |
Color Harmonies of #BCB0AD
Complementary color
Monochromatic Colors of #BCB0AD
Black with #BCB0AD
Text Example
Text Example
White with #BCB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0AD; }
p { color: rgb(188,176,173); }
H1.HeaderClassName
{
color: #BCB0AD;
}
.AnyTagClassName
{
color: #BCB0AD;
}
</style>
background-color css
<style>
a { background-color: #BCB0AD; }
a { background-color: rgb(188,176,173); }
div.DivClassName
{
background-color: #BCB0AD;
}
.BgClassName
{
background-color: #BCB0AD;
}
</style>
border-color css
<style>
span { border-color: #BCB0AD; }
span { border-color: rgb(188,176,173); }
td.TdClassName
{
border-color: #BCB0AD;
}
.TagClassName
{
border-color: #BCB0AD;
}
</style>