Shades of Pink Swan #BEB7B5
Tints of Pink Swan #BEB7B5
RGB
CMYK
RGB Variations
Color information
#BEB7B5 (or 0xBEB7B5) is known color: Pink Swan. HEX triplet: BE, B7 and B5. RGB value is (190,183,181). Sum of RGB (Red+Green+Blue) = 190+183+181=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7B5 is #41484A. Grayscale: #B8B8B8. Windows color (decimal): -4278347 or 11909054. OLE color: 11909054.
HSL color Cylindrical-coordinate representation of color #BEB7B5: hue angle of 13.33º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEB7B5 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 183 | 181 | - |
CMYK | 0 | 0.04 | 0.05 | 0.25 |
HSL | 13.33º | 0.06% | 0.73% | - |
HSV(B) | 13.33º | 0.05% | 0.75% | - |
XYZ | 46.51 | 48.15 | 50.56 | - |
YUV | 184.87 | 125.82 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 183 | 181 | 0 | 0.04 | 0.05 | 0.25 | 13.33 | 0.06 | 0.73 |
Hex | BE | B7 | B5 | 0 | 4 | 5 | 19 | D | 6 | 49 |
Octal | 276 | 267 | 265 | 0 | 4 | 5 | 31 | 15 | 6 | 111 |
Binary | 10111110 | 10110111 | 10110101 | 0 | 100 | 101 | 11001 | 1101 | 110 | 1001001 |
Color Harmonies of #BEB7B5
Complementary color
Monochromatic Colors of #BEB7B5
Black with #BEB7B5
Text Example
Text Example
White with #BEB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7B5; }
p { color: rgb(190,183,181); }
H1.HeaderClassName
{
color: #BEB7B5;
}
.AnyTagClassName
{
color: #BEB7B5;
}
</style>
background-color css
<style>
a { background-color: #BEB7B5; }
a { background-color: rgb(190,183,181); }
div.DivClassName
{
background-color: #BEB7B5;
}
.BgClassName
{
background-color: #BEB7B5;
}
</style>
border-color css
<style>
span { border-color: #BEB7B5; }
span { border-color: rgb(190,183,181); }
td.TdClassName
{
border-color: #BEB7B5;
}
.TagClassName
{
border-color: #BEB7B5;
}
</style>