Shades of Pink Swan #BEAEAC
Tints of Pink Swan #BEAEAC
RGB
CMYK
RGB Variations
Color information
#BEAEAC (or 0xBEAEAC) is known color: Pink Swan. HEX triplet: BE, AE and AC. RGB value is (190,174,172). Sum of RGB (Red+Green+Blue) = 190+174+172=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAC is #415153. Grayscale: #B2B2B2. Windows color (decimal): -4280660 or 11316926. OLE color: 11316926.
HSL color Cylindrical-coordinate representation of color #BEAEAC: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAEAC is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 172 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.25 |
| HSL | 6.67º | 0.12% | 0.71% | - |
| HSV(B) | 6.67º | 0.09% | 0.75% | - |
| XYZ | 43.82 | 44.2 | 45.25 | - |
| YUV | 178.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 172 | 0 | 0.08 | 0.09 | 0.25 | 6.67 | 0.12 | 0.71 |
| Hex | BE | AE | AC | 0 | 8 | 9 | 19 | 7 | C | 47 |
| Octal | 276 | 256 | 254 | 0 | 10 | 11 | 31 | 7 | 14 | 107 |
| Binary | 10111110 | 10101110 | 10101100 | 0 | 1000 | 1001 | 11001 | 111 | 1100 | 1000111 |
Color Harmonies of #BEAEAC
Complementary color
Monochromatic Colors of #BEAEAC
Black with #BEAEAC
Text Example
Text Example
White with #BEAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEAC; }
p { color: rgb(190,174,172); }
H1.HeaderClassName
{
color: #BEAEAC;
}
.AnyTagClassName
{
color: #BEAEAC;
}
</style>
background-color css
<style>
a { background-color: #BEAEAC; }
a { background-color: rgb(190,174,172); }
div.DivClassName
{
background-color: #BEAEAC;
}
.BgClassName
{
background-color: #BEAEAC;
}
</style>
border-color css
<style>
span { border-color: #BEAEAC; }
span { border-color: rgb(190,174,172); }
td.TdClassName
{
border-color: #BEAEAC;
}
.TagClassName
{
border-color: #BEAEAC;
}
</style>