Shades of Careys Pink #BEA3A5
Tints of Careys Pink #BEA3A5
RGB
CMYK
RGB Variations
Color information
#BEA3A5 (or 0xBEA3A5) is known color: Careys Pink. HEX triplet: BE, A3 and A5. RGB value is (190,163,165). Sum of RGB (Red+Green+Blue) = 190+163+165=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A5 is #415C5A. Grayscale: #ABABAB. Windows color (decimal): -4283483 or 10855358. OLE color: 10855358.
HSL color Cylindrical-coordinate representation of color #BEA3A5: hue angle of 355.56º 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 #BEA3A5 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 165 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.25 |
| HSL | 355.56º | 0.17% | 0.69% | - |
| HSV(B) | 355.56º | 0.14% | 0.75% | - |
| XYZ | 41.12 | 39.86 | 41.12 | - |
| YUV | 171.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 165 | 0 | 0.14 | 0.13 | 0.25 | 355.56 | 0.17 | 0.69 |
| Hex | BE | A3 | A5 | 0 | E | D | 19 | 164 | 11 | 45 |
| Octal | 276 | 243 | 245 | 0 | 16 | 15 | 31 | 544 | 21 | 105 |
| Binary | 10111110 | 10100011 | 10100101 | 0 | 1110 | 1101 | 11001 | 101100100 | 10001 | 1000101 |
Color Harmonies of #BEA3A5
Complementary color
Monochromatic Colors of #BEA3A5
Black with #BEA3A5
Text Example
Text Example
White with #BEA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA3A5; }
p { color: rgb(190,163,165); }
H1.HeaderClassName
{
color: #BEA3A5;
}
.AnyTagClassName
{
color: #BEA3A5;
}
</style>
background-color css
<style>
a { background-color: #BEA3A5; }
a { background-color: rgb(190,163,165); }
div.DivClassName
{
background-color: #BEA3A5;
}
.BgClassName
{
background-color: #BEA3A5;
}
</style>
border-color css
<style>
span { border-color: #BEA3A5; }
span { border-color: rgb(190,163,165); }
td.TdClassName
{
border-color: #BEA3A5;
}
.TagClassName
{
border-color: #BEA3A5;
}
</style>