Shades of Careys Pink #BEAAAF
Tints of Careys Pink #BEAAAF
RGB
CMYK
RGB Variations
Color information
#BEAAAF (or 0xBEAAAF) is known color: Careys Pink. HEX triplet: BE, AA and AF. RGB value is (190,170,175). Sum of RGB (Red+Green+Blue) = 190+170+175=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAAF is #415550. Grayscale: #B0B0B0. Windows color (decimal): -4281681 or 11512510. OLE color: 11512510.
HSL color Cylindrical-coordinate representation of color #BEAAAF: hue angle of 345º 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 #BEAAAF is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 170 | 175 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.25 |
| HSL | 345º | 0.13% | 0.71% | - |
| HSV(B) | 345º | 0.11% | 0.75% | - |
| XYZ | 43.35 | 42.79 | 46.53 | - |
| YUV | 176.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 170 | 175 | 0 | 0.11 | 0.08 | 0.25 | 345 | 0.13 | 0.71 |
| Hex | BE | AA | AF | 0 | B | 8 | 19 | 159 | D | 47 |
| Octal | 276 | 252 | 257 | 0 | 13 | 10 | 31 | 531 | 15 | 107 |
| Binary | 10111110 | 10101010 | 10101111 | 0 | 1011 | 1000 | 11001 | 101011001 | 1101 | 1000111 |
Color Harmonies of #BEAAAF
Complementary color
Monochromatic Colors of #BEAAAF
Black with #BEAAAF
Text Example
Text Example
White with #BEAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAAAF; }
p { color: rgb(190,170,175); }
H1.HeaderClassName
{
color: #BEAAAF;
}
.AnyTagClassName
{
color: #BEAAAF;
}
</style>
background-color css
<style>
a { background-color: #BEAAAF; }
a { background-color: rgb(190,170,175); }
div.DivClassName
{
background-color: #BEAAAF;
}
.BgClassName
{
background-color: #BEAAAF;
}
</style>
border-color css
<style>
span { border-color: #BEAAAF; }
span { border-color: rgb(190,170,175); }
td.TdClassName
{
border-color: #BEAAAF;
}
.TagClassName
{
border-color: #BEAAAF;
}
</style>