Shades of Careys Pink #BEAAAE
Tints of Careys Pink #BEAAAE
RGB
CMYK
RGB Variations
Color information
#BEAAAE (or 0xBEAAAE) is known color: Careys Pink. HEX triplet: BE, AA and AE. RGB value is (190,170,174). Sum of RGB (Red+Green+Blue) = 190+170+174=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAE is #415551. Grayscale: #B0B0B0. Windows color (decimal): -4281682 or 11446974. OLE color: 11446974.
HSL color Cylindrical-coordinate representation of color #BEAAAE: hue angle of 348º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAAAE is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 174 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.25 |
| HSL | 348º | 0.13% | 0.71% | - |
| HSV(B) | 348º | 0.11% | 0.75% | - |
| XYZ | 43.25 | 42.75 | 46.02 | - |
| YUV | 176.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 174 | 0 | 0.11 | 0.08 | 0.25 | 348 | 0.13 | 0.71 |
| Hex | BE | AA | AE | 0 | B | 8 | 19 | 15C | D | 47 |
| Octal | 276 | 252 | 256 | 0 | 13 | 10 | 31 | 534 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10101110 | 0 | 1011 | 1000 | 11001 | 101011100 | 1101 | 1000111 |
Color Harmonies of #BEAAAE
Complementary color
Monochromatic Colors of #BEAAAE
Black with #BEAAAE
Text Example
Text Example
White with #BEAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAAE; }
p { color: rgb(190,170,174); }
H1.HeaderClassName
{
color: #BEAAAE;
}
.AnyTagClassName
{
color: #BEAAAE;
}
</style>
background-color css
<style>
a { background-color: #BEAAAE; }
a { background-color: rgb(190,170,174); }
div.DivClassName
{
background-color: #BEAAAE;
}
.BgClassName
{
background-color: #BEAAAE;
}
</style>
border-color css
<style>
span { border-color: #BEAAAE; }
span { border-color: rgb(190,170,174); }
td.TdClassName
{
border-color: #BEAAAE;
}
.TagClassName
{
border-color: #BEAAAE;
}
</style>