Shades of Careys Pink #BEA3A8
Tints of Careys Pink #BEA3A8
RGB
CMYK
RGB Variations
Color information
#BEA3A8 (or 0xBEA3A8) is known color: Careys Pink. HEX triplet: BE, A3 and A8. RGB value is (190,163,168). Sum of RGB (Red+Green+Blue) = 190+163+168=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A8 is #415C57. Grayscale: #ABABAB. Windows color (decimal): -4283480 or 11051966. OLE color: 11051966.
HSL color Cylindrical-coordinate representation of color #BEA3A8: hue angle of 348.89º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEA3A8 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 168 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.25 |
| HSL | 348.89º | 0.17% | 0.69% | - |
| HSV(B) | 348.89º | 0.14% | 0.75% | - |
| XYZ | 41.4 | 39.97 | 42.58 | - |
| YUV | 171.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 168 | 0 | 0.14 | 0.12 | 0.25 | 348.89 | 0.17 | 0.69 |
| Hex | BE | A3 | A8 | 0 | E | C | 19 | 15D | 11 | 45 |
| Octal | 276 | 243 | 250 | 0 | 16 | 14 | 31 | 535 | 21 | 105 |
| Binary | 10111110 | 10100011 | 10101000 | 0 | 1110 | 1100 | 11001 | 101011101 | 10001 | 1000101 |
Color Harmonies of #BEA3A8
Complementary color
Monochromatic Colors of #BEA3A8
Black with #BEA3A8
Text Example
Text Example
White with #BEA3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3A8; }
p { color: rgb(190,163,168); }
H1.HeaderClassName
{
color: #BEA3A8;
}
.AnyTagClassName
{
color: #BEA3A8;
}
</style>
background-color css
<style>
a { background-color: #BEA3A8; }
a { background-color: rgb(190,163,168); }
div.DivClassName
{
background-color: #BEA3A8;
}
.BgClassName
{
background-color: #BEA3A8;
}
</style>
border-color css
<style>
span { border-color: #BEA3A8; }
span { border-color: rgb(190,163,168); }
td.TdClassName
{
border-color: #BEA3A8;
}
.TagClassName
{
border-color: #BEA3A8;
}
</style>