Shades of Pink Swan #BAB0B0
Tints of Pink Swan #BAB0B0
RGB
CMYK
RGB Variations
Color information
#BAB0B0 (or 0xBAB0B0) is known color: Pink Swan. HEX triplet: BA, B0 and B0. RGB value is (186,176,176). Sum of RGB (Red+Green+Blue) = 186+176+176=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB0B0 is #454F4F. Grayscale: #B3B3B3. Windows color (decimal): -4542288 or 11579578. OLE color: 11579578.
HSL color Cylindrical-coordinate representation of color #BAB0B0: hue angle of 0º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB0B0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 176 | 176 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.27 |
| HSL | 0º | 0.07% | 0.71% | - |
| HSV(B) | 0º | 0.05% | 0.73% | - |
| XYZ | 43.61 | 44.62 | 47.39 | - |
| YUV | 178.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 176 | 0 | 0.05 | 0.05 | 0.27 | 0 | 0.07 | 0.71 |
| Hex | BA | B0 | B0 | 0 | 5 | 5 | 1B | 0 | 7 | 47 |
| Octal | 272 | 260 | 260 | 0 | 5 | 5 | 33 | 0 | 7 | 107 |
| Binary | 10111010 | 10110000 | 10110000 | 0 | 101 | 101 | 11011 | 0 | 111 | 1000111 |
Color Harmonies of #BAB0B0
Complementary color
Monochromatic Colors of #BAB0B0
Black with #BAB0B0
Text Example
Text Example
White with #BAB0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0B0; }
p { color: rgb(186,176,176); }
H1.HeaderClassName
{
color: #BAB0B0;
}
.AnyTagClassName
{
color: #BAB0B0;
}
</style>
background-color css
<style>
a { background-color: #BAB0B0; }
a { background-color: rgb(186,176,176); }
div.DivClassName
{
background-color: #BAB0B0;
}
.BgClassName
{
background-color: #BAB0B0;
}
</style>
border-color css
<style>
span { border-color: #BAB0B0; }
span { border-color: rgb(186,176,176); }
td.TdClassName
{
border-color: #BAB0B0;
}
.TagClassName
{
border-color: #BAB0B0;
}
</style>