Shades of Pink Swan #BAB2B0
Tints of Pink Swan #BAB2B0
RGB
CMYK
RGB Variations
Color information
#BAB2B0 (or 0xBAB2B0) is known color: Pink Swan. HEX triplet: BA, B2 and B0. RGB value is (186,178,176). Sum of RGB (Red+Green+Blue) = 186+178+176=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB2B0 is #454D4F. Grayscale: #B4B4B4. Windows color (decimal): -4541776 or 11580090. OLE color: 11580090.
HSL color Cylindrical-coordinate representation of color #BAB2B0: hue angle of 12º 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 #BAB2B0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 178 | 176 | - |
CMYK | 0 | 0.04 | 0.05 | 0.27 |
HSL | 12º | 0.07% | 0.71% | - |
HSV(B) | 12º | 0.05% | 0.73% | - |
XYZ | 44.01 | 45.41 | 47.52 | - |
YUV | 180.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 178 | 176 | 0 | 0.04 | 0.05 | 0.27 | 12 | 0.07 | 0.71 |
Hex | BA | B2 | B0 | 0 | 4 | 5 | 1B | C | 7 | 47 |
Octal | 272 | 262 | 260 | 0 | 4 | 5 | 33 | 14 | 7 | 107 |
Binary | 10111010 | 10110010 | 10110000 | 0 | 100 | 101 | 11011 | 1100 | 111 | 1000111 |
Color Harmonies of #BAB2B0
Complementary color
Monochromatic Colors of #BAB2B0
Black with #BAB2B0
Text Example
Text Example
White with #BAB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2B0; }
p { color: rgb(186,178,176); }
H1.HeaderClassName
{
color: #BAB2B0;
}
.AnyTagClassName
{
color: #BAB2B0;
}
</style>
background-color css
<style>
a { background-color: #BAB2B0; }
a { background-color: rgb(186,178,176); }
div.DivClassName
{
background-color: #BAB2B0;
}
.BgClassName
{
background-color: #BAB2B0;
}
</style>
border-color css
<style>
span { border-color: #BAB2B0; }
span { border-color: rgb(186,178,176); }
td.TdClassName
{
border-color: #BAB2B0;
}
.TagClassName
{
border-color: #BAB2B0;
}
</style>