Shades of Pink Swan #BEB1AD
Tints of Pink Swan #BEB1AD
RGB
CMYK
RGB Variations
Color information
#BEB1AD (or 0xBEB1AD) is known color: Pink Swan. HEX triplet: BE, B1 and AD. RGB value is (190,177,173). Sum of RGB (Red+Green+Blue) = 190+177+173=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1AD is #414E52. Grayscale: #B4B4B4. Windows color (decimal): -4279891 or 11383230. OLE color: 11383230.
HSL color Cylindrical-coordinate representation of color #BEB1AD: hue angle of 14.12º 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 #BEB1AD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 173 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.25 |
| HSL | 14.12º | 0.12% | 0.71% | - |
| HSV(B) | 14.12º | 0.09% | 0.75% | - |
| XYZ | 44.5 | 45.41 | 45.95 | - |
| YUV | 180.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 173 | 0 | 0.07 | 0.09 | 0.25 | 14.12 | 0.12 | 0.71 |
| Hex | BE | B1 | AD | 0 | 7 | 9 | 19 | E | C | 47 |
| Octal | 276 | 261 | 255 | 0 | 7 | 11 | 31 | 16 | 14 | 107 |
| Binary | 10111110 | 10110001 | 10101101 | 0 | 111 | 1001 | 11001 | 1110 | 1100 | 1000111 |
Color Harmonies of #BEB1AD
Complementary color
Monochromatic Colors of #BEB1AD
Black with #BEB1AD
Text Example
Text Example
White with #BEB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1AD; }
p { color: rgb(190,177,173); }
H1.HeaderClassName
{
color: #BEB1AD;
}
.AnyTagClassName
{
color: #BEB1AD;
}
</style>
background-color css
<style>
a { background-color: #BEB1AD; }
a { background-color: rgb(190,177,173); }
div.DivClassName
{
background-color: #BEB1AD;
}
.BgClassName
{
background-color: #BEB1AD;
}
</style>
border-color css
<style>
span { border-color: #BEB1AD; }
span { border-color: rgb(190,177,173); }
td.TdClassName
{
border-color: #BEB1AD;
}
.TagClassName
{
border-color: #BEB1AD;
}
</style>