Shades of Pink Swan #BAB6B6
Tints of Pink Swan #BAB6B6
RGB
CMYK
RGB Variations
Color information
#BAB6B6 (or 0xBAB6B6) is known color: Pink Swan. HEX triplet: BA, B6 and B6. RGB value is (186,182,182). Sum of RGB (Red+Green+Blue) = 186+182+182=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6B6 is #454949. Grayscale: #B7B7B7. Windows color (decimal): -4540746 or 11974330. OLE color: 11974330.
HSL color Cylindrical-coordinate representation of color #BAB6B6: hue angle of 0º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB6B6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 182 | 182 | - |
CMYK | 0 | 0.02 | 0.02 | 0.27 |
HSL | 0º | 0.03% | 0.72% | - |
HSV(B) | 0º | 0.02% | 0.73% | - |
XYZ | 45.42 | 47.27 | 50.99 | - |
YUV | 183.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 182 | 182 | 0 | 0.02 | 0.02 | 0.27 | 0 | 0.03 | 0.72 |
Hex | BA | B6 | B6 | 0 | 2 | 2 | 1B | 0 | 3 | 48 |
Octal | 272 | 266 | 266 | 0 | 2 | 2 | 33 | 0 | 3 | 110 |
Binary | 10111010 | 10110110 | 10110110 | 0 | 10 | 10 | 11011 | 0 | 11 | 1001000 |
Color Harmonies of #BAB6B6
Complementary color
Monochromatic Colors of #BAB6B6
Black with #BAB6B6
Text Example
Text Example
White with #BAB6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6B6; }
p { color: rgb(186,182,182); }
H1.HeaderClassName
{
color: #BAB6B6;
}
.AnyTagClassName
{
color: #BAB6B6;
}
</style>
background-color css
<style>
a { background-color: #BAB6B6; }
a { background-color: rgb(186,182,182); }
div.DivClassName
{
background-color: #BAB6B6;
}
.BgClassName
{
background-color: #BAB6B6;
}
</style>
border-color css
<style>
span { border-color: #BAB6B6; }
span { border-color: rgb(186,182,182); }
td.TdClassName
{
border-color: #BAB6B6;
}
.TagClassName
{
border-color: #BAB6B6;
}
</style>