Shades of Pink Swan #BEB0AD
Tints of Pink Swan #BEB0AD
RGB
CMYK
RGB Variations
Color information
#BEB0AD (or 0xBEB0AD) is known color: Pink Swan. HEX triplet: BE, B0 and AD. RGB value is (190,176,173). Sum of RGB (Red+Green+Blue) = 190+176+173=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0AD is #414F52. Grayscale: #B3B3B3. Windows color (decimal): -4280147 or 11382974. OLE color: 11382974.
HSL color Cylindrical-coordinate representation of color #BEB0AD: hue angle of 10.59º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB0AD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 173 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.25 |
| HSL | 10.59º | 0.12% | 0.71% | - |
| HSV(B) | 10.59º | 0.09% | 0.75% | - |
| XYZ | 44.3 | 45.01 | 45.89 | - |
| YUV | 179.84 | 124.14 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 173 | 0 | 0.07 | 0.09 | 0.25 | 10.59 | 0.12 | 0.71 |
| Hex | BE | B0 | AD | 0 | 7 | 9 | 19 | B | C | 47 |
| Octal | 276 | 260 | 255 | 0 | 7 | 11 | 31 | 13 | 14 | 107 |
| Binary | 10111110 | 10110000 | 10101101 | 0 | 111 | 1001 | 11001 | 1011 | 1100 | 1000111 |
Color Harmonies of #BEB0AD
Complementary color
Monochromatic Colors of #BEB0AD
Black with #BEB0AD
Text Example
Text Example
White with #BEB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0AD; }
p { color: rgb(190,176,173); }
H1.HeaderClassName
{
color: #BEB0AD;
}
.AnyTagClassName
{
color: #BEB0AD;
}
</style>
background-color css
<style>
a { background-color: #BEB0AD; }
a { background-color: rgb(190,176,173); }
div.DivClassName
{
background-color: #BEB0AD;
}
.BgClassName
{
background-color: #BEB0AD;
}
</style>
border-color css
<style>
span { border-color: #BEB0AD; }
span { border-color: rgb(190,176,173); }
td.TdClassName
{
border-color: #BEB0AD;
}
.TagClassName
{
border-color: #BEB0AD;
}
</style>