Shades of Pink Swan #BEAEAB
Tints of Pink Swan #BEAEAB
RGB
CMYK
RGB Variations
Color information
#BEAEAB (or 0xBEAEAB) is known color: Pink Swan. HEX triplet: BE, AE and AB. RGB value is (190,174,171). Sum of RGB (Red+Green+Blue) = 190+174+171=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAB is #415154. Grayscale: #B2B2B2. Windows color (decimal): -4280661 or 11251390. OLE color: 11251390.
HSL color Cylindrical-coordinate representation of color #BEAEAB: hue angle of 9.47º 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 #BEAEAB is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 171 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.25 |
| HSL | 9.47º | 0.13% | 0.71% | - |
| HSV(B) | 9.47º | 0.1% | 0.75% | - |
| XYZ | 43.72 | 44.16 | 44.75 | - |
| YUV | 178.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 171 | 0 | 0.08 | 0.10 | 0.25 | 9.47 | 0.13 | 0.71 |
| Hex | BE | AE | AB | 0 | 8 | A | 19 | 9 | D | 47 |
| Octal | 276 | 256 | 253 | 0 | 10 | 12 | 31 | 11 | 15 | 107 |
| Binary | 10111110 | 10101110 | 10101011 | 0 | 1000 | 1010 | 11001 | 1001 | 1101 | 1000111 |
Color Harmonies of #BEAEAB
Complementary color
Monochromatic Colors of #BEAEAB
Black with #BEAEAB
Text Example
Text Example
White with #BEAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEAB; }
p { color: rgb(190,174,171); }
H1.HeaderClassName
{
color: #BEAEAB;
}
.AnyTagClassName
{
color: #BEAEAB;
}
</style>
background-color css
<style>
a { background-color: #BEAEAB; }
a { background-color: rgb(190,174,171); }
div.DivClassName
{
background-color: #BEAEAB;
}
.BgClassName
{
background-color: #BEAEAB;
}
</style>
border-color css
<style>
span { border-color: #BEAEAB; }
span { border-color: rgb(190,174,171); }
td.TdClassName
{
border-color: #BEAEAB;
}
.TagClassName
{
border-color: #BEAEAB;
}
</style>