Shades of Pink Swan #BCB8B8
Tints of Pink Swan #BCB8B8
RGB
CMYK
RGB Variations
Color information
#BCB8B8 (or 0xBCB8B8) is known color: Pink Swan. HEX triplet: BC, B8 and B8. RGB value is (188,184,184). Sum of RGB (Red+Green+Blue) = 188+184+184=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8B8 is #434747. Grayscale: #B9B9B9. Windows color (decimal): -4409160 or 12105916. OLE color: 12105916.
HSL color Cylindrical-coordinate representation of color #BCB8B8: hue angle of 0º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCB8B8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 184 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.26 |
| HSL | 0º | 0.03% | 0.73% | - |
| HSV(B) | 0º | 0.02% | 0.74% | - |
| XYZ | 46.53 | 48.43 | 52.24 | - |
| YUV | 185.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 184 | 0 | 0.02 | 0.02 | 0.26 | 0 | 0.03 | 0.73 |
| Hex | BC | B8 | B8 | 0 | 2 | 2 | 1A | 0 | 3 | 49 |
| Octal | 274 | 270 | 270 | 0 | 2 | 2 | 32 | 0 | 3 | 111 |
| Binary | 10111100 | 10111000 | 10111000 | 0 | 10 | 10 | 11010 | 0 | 11 | 1001001 |
Color Harmonies of #BCB8B8
Complementary color
Monochromatic Colors of #BCB8B8
Black with #BCB8B8
Text Example
Text Example
White with #BCB8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8B8; }
p { color: rgb(188,184,184); }
H1.HeaderClassName
{
color: #BCB8B8;
}
.AnyTagClassName
{
color: #BCB8B8;
}
</style>
background-color css
<style>
a { background-color: #BCB8B8; }
a { background-color: rgb(188,184,184); }
div.DivClassName
{
background-color: #BCB8B8;
}
.BgClassName
{
background-color: #BCB8B8;
}
</style>
border-color css
<style>
span { border-color: #BCB8B8; }
span { border-color: rgb(188,184,184); }
td.TdClassName
{
border-color: #BCB8B8;
}
.TagClassName
{
border-color: #BCB8B8;
}
</style>