Shades of Pink Swan #B8ABAB
Tints of Pink Swan #B8ABAB
RGB
CMYK
RGB Variations
Color information
#B8ABAB (or 0xB8ABAB) is known color: Pink Swan. HEX triplet: B8, AB and AB. RGB value is (184,171,171). Sum of RGB (Red+Green+Blue) = 184+171+171=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABAB is #475454. Grayscale: #AEAEAE. Windows color (decimal): -4674645 or 11250616. OLE color: 11250616.
HSL color Cylindrical-coordinate representation of color #B8ABAB: hue angle of 0º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ABAB is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 171 | 171 | - |
CMYK | 0 | 0.07 | 0.07 | 0.28 |
HSL | 0º | 0.08% | 0.7% | - |
HSV(B) | 0º | 0.07% | 0.72% | - |
XYZ | 41.68 | 42.26 | 44.49 | - |
YUV | 174.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 171 | 171 | 0 | 0.07 | 0.07 | 0.28 | 0 | 0.08 | 0.7 |
Hex | B8 | AB | AB | 0 | 7 | 7 | 1C | 0 | 8 | 46 |
Octal | 270 | 253 | 253 | 0 | 7 | 7 | 34 | 0 | 10 | 106 |
Binary | 10111000 | 10101011 | 10101011 | 0 | 111 | 111 | 11100 | 0 | 1000 | 1000110 |
Color Harmonies of #B8ABAB
Complementary color
Monochromatic Colors of #B8ABAB
Black with #B8ABAB
Text Example
Text Example
White with #B8ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABAB; }
p { color: rgb(184,171,171); }
H1.HeaderClassName
{
color: #B8ABAB;
}
.AnyTagClassName
{
color: #B8ABAB;
}
</style>
background-color css
<style>
a { background-color: #B8ABAB; }
a { background-color: rgb(184,171,171); }
div.DivClassName
{
background-color: #B8ABAB;
}
.BgClassName
{
background-color: #B8ABAB;
}
</style>
border-color css
<style>
span { border-color: #B8ABAB; }
span { border-color: rgb(184,171,171); }
td.TdClassName
{
border-color: #B8ABAB;
}
.TagClassName
{
border-color: #B8ABAB;
}
</style>