Shades of Pink Swan #BEB0AF
Tints of Pink Swan #BEB0AF
RGB
CMYK
RGB Variations
Color information
#BEB0AF (or 0xBEB0AF) is known color: Pink Swan. HEX triplet: BE, B0 and AF. RGB value is (190,176,175). Sum of RGB (Red+Green+Blue) = 190+176+175=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB0AF is #414F50. Grayscale: #B4B4B4. Windows color (decimal): -4280145 or 11514046. OLE color: 11514046.
HSL color Cylindrical-coordinate representation of color #BEB0AF: hue angle of 4º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEB0AF is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 175 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.25 |
| HSL | 4º | 0.1% | 0.72% | - |
| HSV(B) | 4º | 0.08% | 0.75% | - |
| XYZ | 44.5 | 45.09 | 46.92 | - |
| YUV | 180.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 175 | 0 | 0.07 | 0.08 | 0.25 | 4 | 0.1 | 0.72 |
| Hex | BE | B0 | AF | 0 | 7 | 8 | 19 | 4 | A | 48 |
| Octal | 276 | 260 | 257 | 0 | 7 | 10 | 31 | 4 | 12 | 110 |
| Binary | 10111110 | 10110000 | 10101111 | 0 | 111 | 1000 | 11001 | 100 | 1010 | 1001000 |
Color Harmonies of #BEB0AF
Complementary color
Monochromatic Colors of #BEB0AF
Black with #BEB0AF
Text Example
Text Example
White with #BEB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB0AF; }
p { color: rgb(190,176,175); }
H1.HeaderClassName
{
color: #BEB0AF;
}
.AnyTagClassName
{
color: #BEB0AF;
}
</style>
background-color css
<style>
a { background-color: #BEB0AF; }
a { background-color: rgb(190,176,175); }
div.DivClassName
{
background-color: #BEB0AF;
}
.BgClassName
{
background-color: #BEB0AF;
}
</style>
border-color css
<style>
span { border-color: #BEB0AF; }
span { border-color: rgb(190,176,175); }
td.TdClassName
{
border-color: #BEB0AF;
}
.TagClassName
{
border-color: #BEB0AF;
}
</style>