Shades of Pink Swan #BEA6A6
Tints of Pink Swan #BEA6A6
RGB
CMYK
RGB Variations
Color information
#BEA6A6 (or 0xBEA6A6) is known color: Pink Swan. HEX triplet: BE, A6 and A6. RGB value is (190,166,166). Sum of RGB (Red+Green+Blue) = 190+166+166=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6A6 is #415959. Grayscale: #ADADAD. Windows color (decimal): -4282714 or 10921662. OLE color: 10921662.
HSL color Cylindrical-coordinate representation of color #BEA6A6: hue angle of 0º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA6A6 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 166 | 166 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.25 |
| HSL | 0º | 0.16% | 0.7% | - |
| HSV(B) | 0º | 0.13% | 0.75% | - |
| XYZ | 41.75 | 40.97 | 41.78 | - |
| YUV | 173.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 166 | 0 | 0.13 | 0.13 | 0.25 | 0 | 0.16 | 0.7 |
| Hex | BE | A6 | A6 | 0 | D | D | 19 | 0 | 10 | 46 |
| Octal | 276 | 246 | 246 | 0 | 15 | 15 | 31 | 0 | 20 | 106 |
| Binary | 10111110 | 10100110 | 10100110 | 0 | 1101 | 1101 | 11001 | 0 | 10000 | 1000110 |
Color Harmonies of #BEA6A6
Complementary color
Monochromatic Colors of #BEA6A6
Black with #BEA6A6
Text Example
Text Example
White with #BEA6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6A6; }
p { color: rgb(190,166,166); }
H1.HeaderClassName
{
color: #BEA6A6;
}
.AnyTagClassName
{
color: #BEA6A6;
}
</style>
background-color css
<style>
a { background-color: #BEA6A6; }
a { background-color: rgb(190,166,166); }
div.DivClassName
{
background-color: #BEA6A6;
}
.BgClassName
{
background-color: #BEA6A6;
}
</style>
border-color css
<style>
span { border-color: #BEA6A6; }
span { border-color: rgb(190,166,166); }
td.TdClassName
{
border-color: #BEA6A6;
}
.TagClassName
{
border-color: #BEA6A6;
}
</style>