Shades of Pink Swan #B9ACAC
Tints of Pink Swan #B9ACAC
RGB
CMYK
RGB Variations
Color information
#B9ACAC (or 0xB9ACAC) is known color: Pink Swan. HEX triplet: B9, AC and AC. RGB value is (185,172,172). Sum of RGB (Red+Green+Blue) = 185+172+172=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACAC is #465353. Grayscale: #AFAFAF. Windows color (decimal): -4608852 or 11316409. OLE color: 11316409.
HSL color Cylindrical-coordinate representation of color #B9ACAC: hue angle of 0º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9ACAC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 172 | 172 | - |
CMYK | 0 | 0.07 | 0.07 | 0.27 |
HSL | 0º | 0.08% | 0.7% | - |
HSV(B) | 0º | 0.07% | 0.73% | - |
XYZ | 42.21 | 42.8 | 45.07 | - |
YUV | 175.89 | 125.81 | 134.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 172 | 172 | 0 | 0.07 | 0.07 | 0.27 | 0 | 0.08 | 0.7 |
Hex | B9 | AC | AC | 0 | 7 | 7 | 1B | 0 | 8 | 46 |
Octal | 271 | 254 | 254 | 0 | 7 | 7 | 33 | 0 | 10 | 106 |
Binary | 10111001 | 10101100 | 10101100 | 0 | 111 | 111 | 11011 | 0 | 1000 | 1000110 |
Color Harmonies of #B9ACAC
Complementary color
Monochromatic Colors of #B9ACAC
Black with #B9ACAC
Text Example
Text Example
White with #B9ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACAC; }
p { color: rgb(185,172,172); }
H1.HeaderClassName
{
color: #B9ACAC;
}
.AnyTagClassName
{
color: #B9ACAC;
}
</style>
background-color css
<style>
a { background-color: #B9ACAC; }
a { background-color: rgb(185,172,172); }
div.DivClassName
{
background-color: #B9ACAC;
}
.BgClassName
{
background-color: #B9ACAC;
}
</style>
border-color css
<style>
span { border-color: #B9ACAC; }
span { border-color: rgb(185,172,172); }
td.TdClassName
{
border-color: #B9ACAC;
}
.TagClassName
{
border-color: #B9ACAC;
}
</style>