Shades of Pink Swan #B6ADAC
Tints of Pink Swan #B6ADAC
RGB
CMYK
RGB Variations
Color information
#B6ADAC (or 0xB6ADAC) is known color: Pink Swan. HEX triplet: B6, AD and AC. RGB value is (182,173,172). Sum of RGB (Red+Green+Blue) = 182+173+172=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADAC is #495253. Grayscale: #AFAFAF. Windows color (decimal): -4805204 or 11316662. OLE color: 11316662.
HSL color Cylindrical-coordinate representation of color #B6ADAC: hue angle of 6º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6ADAC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 173 | 172 | - |
CMYK | 0 | 0.05 | 0.05 | 0.29 |
HSL | 6º | 0.06% | 0.69% | - |
HSV(B) | 6º | 0.05% | 0.71% | - |
XYZ | 41.68 | 42.81 | 45.1 | - |
YUV | 175.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 173 | 172 | 0 | 0.05 | 0.05 | 0.29 | 6 | 0.06 | 0.69 |
Hex | B6 | AD | AC | 0 | 5 | 5 | 1D | 6 | 6 | 45 |
Octal | 266 | 255 | 254 | 0 | 5 | 5 | 35 | 6 | 6 | 105 |
Binary | 10110110 | 10101101 | 10101100 | 0 | 101 | 101 | 11101 | 110 | 110 | 1000101 |
Color Harmonies of #B6ADAC
Complementary color
Monochromatic Colors of #B6ADAC
Black with #B6ADAC
Text Example
Text Example
White with #B6ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADAC; }
p { color: rgb(182,173,172); }
H1.HeaderClassName
{
color: #B6ADAC;
}
.AnyTagClassName
{
color: #B6ADAC;
}
</style>
background-color css
<style>
a { background-color: #B6ADAC; }
a { background-color: rgb(182,173,172); }
div.DivClassName
{
background-color: #B6ADAC;
}
.BgClassName
{
background-color: #B6ADAC;
}
</style>
border-color css
<style>
span { border-color: #B6ADAC; }
span { border-color: rgb(182,173,172); }
td.TdClassName
{
border-color: #B6ADAC;
}
.TagClassName
{
border-color: #B6ADAC;
}
</style>