Shades of Pink Swan #BEABAB
Tints of Pink Swan #BEABAB
RGB
CMYK
RGB Variations
Color information
#BEABAB (or 0xBEABAB) is known color: Pink Swan. HEX triplet: BE, AB and AB. RGB value is (190,171,171). Sum of RGB (Red+Green+Blue) = 190+171+171=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABAB is #415454. Grayscale: #B0B0B0. Windows color (decimal): -4281429 or 11250622. OLE color: 11250622.
HSL color Cylindrical-coordinate representation of color #BEABAB: hue angle of 0º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEABAB is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 171 | 171 | - |
CMYK | 0 | 0.10 | 0.10 | 0.25 |
HSL | 0º | 0.13% | 0.71% | - |
HSV(B) | 0º | 0.1% | 0.75% | - |
XYZ | 43.15 | 43.01 | 44.56 | - |
YUV | 176.68 | 124.79 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 171 | 171 | 0 | 0.10 | 0.10 | 0.25 | 0 | 0.13 | 0.71 |
Hex | BE | AB | AB | 0 | A | A | 19 | 0 | D | 47 |
Octal | 276 | 253 | 253 | 0 | 12 | 12 | 31 | 0 | 15 | 107 |
Binary | 10111110 | 10101011 | 10101011 | 0 | 1010 | 1010 | 11001 | 0 | 1101 | 1000111 |
Color Harmonies of #BEABAB
Complementary color
Monochromatic Colors of #BEABAB
Black with #BEABAB
Text Example
Text Example
White with #BEABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEABAB; }
p { color: rgb(190,171,171); }
H1.HeaderClassName
{
color: #BEABAB;
}
.AnyTagClassName
{
color: #BEABAB;
}
</style>
background-color css
<style>
a { background-color: #BEABAB; }
a { background-color: rgb(190,171,171); }
div.DivClassName
{
background-color: #BEABAB;
}
.BgClassName
{
background-color: #BEABAB;
}
</style>
border-color css
<style>
span { border-color: #BEABAB; }
span { border-color: rgb(190,171,171); }
td.TdClassName
{
border-color: #BEABAB;
}
.TagClassName
{
border-color: #BEABAB;
}
</style>