Shades of Pink Swan #BEB2B0
Tints of Pink Swan #BEB2B0
RGB
CMYK
RGB Variations
Color information
#BEB2B0 (or 0xBEB2B0) is known color: Pink Swan. HEX triplet: BE, B2 and B0. RGB value is (190,178,176). Sum of RGB (Red+Green+Blue) = 190+178+176=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2B0 is #414D4F. Grayscale: #B5B5B5. Windows color (decimal): -4279632 or 11580094. OLE color: 11580094.
HSL color Cylindrical-coordinate representation of color #BEB2B0: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB2B0 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 178 | 176 | - |
CMYK | 0 | 0.06 | 0.07 | 0.25 |
HSL | 8.57º | 0.1% | 0.72% | - |
HSV(B) | 8.57º | 0.07% | 0.75% | - |
XYZ | 44.99 | 45.92 | 47.57 | - |
YUV | 181.36 | 124.98 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 178 | 176 | 0 | 0.06 | 0.07 | 0.25 | 8.57 | 0.1 | 0.72 |
Hex | BE | B2 | B0 | 0 | 6 | 7 | 19 | 9 | A | 48 |
Octal | 276 | 262 | 260 | 0 | 6 | 7 | 31 | 11 | 12 | 110 |
Binary | 10111110 | 10110010 | 10110000 | 0 | 110 | 111 | 11001 | 1001 | 1010 | 1001000 |
Color Harmonies of #BEB2B0
Complementary color
Monochromatic Colors of #BEB2B0
Black with #BEB2B0
Text Example
Text Example
White with #BEB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2B0; }
p { color: rgb(190,178,176); }
H1.HeaderClassName
{
color: #BEB2B0;
}
.AnyTagClassName
{
color: #BEB2B0;
}
</style>
background-color css
<style>
a { background-color: #BEB2B0; }
a { background-color: rgb(190,178,176); }
div.DivClassName
{
background-color: #BEB2B0;
}
.BgClassName
{
background-color: #BEB2B0;
}
</style>
border-color css
<style>
span { border-color: #BEB2B0; }
span { border-color: rgb(190,178,176); }
td.TdClassName
{
border-color: #BEB2B0;
}
.TagClassName
{
border-color: #BEB2B0;
}
</style>