Shades of Pink Swan #BCB0B0
Tints of Pink Swan #BCB0B0
RGB
CMYK
RGB Variations
Color information
#BCB0B0 (or 0xBCB0B0) is known color: Pink Swan. HEX triplet: BC, B0 and B0. RGB value is (188,176,176). Sum of RGB (Red+Green+Blue) = 188+176+176=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0B0 is #434F4F. Grayscale: #B3B3B3. Windows color (decimal): -4411216 or 11579580. OLE color: 11579580.
HSL color Cylindrical-coordinate representation of color #BCB0B0: hue angle of 0º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB0B0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 176 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.26 |
| HSL | 0º | 0.08% | 0.71% | - |
| HSV(B) | 0º | 0.06% | 0.74% | - |
| XYZ | 44.1 | 44.88 | 47.41 | - |
| YUV | 179.59 | 125.98 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 176 | 0 | 0.06 | 0.06 | 0.26 | 0 | 0.08 | 0.71 |
| Hex | BC | B0 | B0 | 0 | 6 | 6 | 1A | 0 | 8 | 47 |
| Octal | 274 | 260 | 260 | 0 | 6 | 6 | 32 | 0 | 10 | 107 |
| Binary | 10111100 | 10110000 | 10110000 | 0 | 110 | 110 | 11010 | 0 | 1000 | 1000111 |
Color Harmonies of #BCB0B0
Complementary color
Monochromatic Colors of #BCB0B0
Black with #BCB0B0
Text Example
Text Example
White with #BCB0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0B0; }
p { color: rgb(188,176,176); }
H1.HeaderClassName
{
color: #BCB0B0;
}
.AnyTagClassName
{
color: #BCB0B0;
}
</style>
background-color css
<style>
a { background-color: #BCB0B0; }
a { background-color: rgb(188,176,176); }
div.DivClassName
{
background-color: #BCB0B0;
}
.BgClassName
{
background-color: #BCB0B0;
}
</style>
border-color css
<style>
span { border-color: #BCB0B0; }
span { border-color: rgb(188,176,176); }
td.TdClassName
{
border-color: #BCB0B0;
}
.TagClassName
{
border-color: #BCB0B0;
}
</style>