Shades of Pink Swan #BCB5B3
Tints of Pink Swan #BCB5B3
RGB
CMYK
RGB Variations
Color information
#BCB5B3 (or 0xBCB5B3) is known color: Pink Swan. HEX triplet: BC, B5 and B3. RGB value is (188,181,179). Sum of RGB (Red+Green+Blue) = 188+181+179=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5B3 is #434A4C. Grayscale: #B6B6B6. Windows color (decimal): -4409933 or 11777468. OLE color: 11777468.
HSL color Cylindrical-coordinate representation of color #BCB5B3: hue angle of 13.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB5B3 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 179 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.26 |
| HSL | 13.33º | 0.06% | 0.72% | - |
| HSV(B) | 13.33º | 0.05% | 0.74% | - |
| XYZ | 45.4 | 46.99 | 49.33 | - |
| YUV | 182.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 179 | 0 | 0.04 | 0.05 | 0.26 | 13.33 | 0.06 | 0.72 |
| Hex | BC | B5 | B3 | 0 | 4 | 5 | 1A | D | 6 | 48 |
| Octal | 274 | 265 | 263 | 0 | 4 | 5 | 32 | 15 | 6 | 110 |
| Binary | 10111100 | 10110101 | 10110011 | 0 | 100 | 101 | 11010 | 1101 | 110 | 1001000 |
Color Harmonies of #BCB5B3
Complementary color
Monochromatic Colors of #BCB5B3
Black with #BCB5B3
Text Example
Text Example
White with #BCB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5B3; }
p { color: rgb(188,181,179); }
H1.HeaderClassName
{
color: #BCB5B3;
}
.AnyTagClassName
{
color: #BCB5B3;
}
</style>
background-color css
<style>
a { background-color: #BCB5B3; }
a { background-color: rgb(188,181,179); }
div.DivClassName
{
background-color: #BCB5B3;
}
.BgClassName
{
background-color: #BCB5B3;
}
</style>
border-color css
<style>
span { border-color: #BCB5B3; }
span { border-color: rgb(188,181,179); }
td.TdClassName
{
border-color: #BCB5B3;
}
.TagClassName
{
border-color: #BCB5B3;
}
</style>