Shades of Careys Pink #BEA0A8
Tints of Careys Pink #BEA0A8
RGB
CMYK
RGB Variations
Color information
#BEA0A8 (or 0xBEA0A8) is known color: Careys Pink. HEX triplet: BE, A0 and A8. RGB value is (190,160,168). Sum of RGB (Red+Green+Blue) = 190+160+168=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A8 is #415F57. Grayscale: #A9A9A9. Windows color (decimal): -4284248 or 11051198. OLE color: 11051198.
HSL color Cylindrical-coordinate representation of color #BEA0A8: hue angle of 344º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA0A8 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 168 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.25 |
| HSL | 344º | 0.19% | 0.69% | - |
| HSV(B) | 344º | 0.16% | 0.75% | - |
| XYZ | 40.87 | 38.92 | 42.4 | - |
| YUV | 169.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 168 | 0 | 0.16 | 0.12 | 0.25 | 344 | 0.19 | 0.69 |
| Hex | BE | A0 | A8 | 0 | 10 | C | 19 | 158 | 13 | 45 |
| Octal | 276 | 240 | 250 | 0 | 20 | 14 | 31 | 530 | 23 | 105 |
| Binary | 10111110 | 10100000 | 10101000 | 0 | 10000 | 1100 | 11001 | 101011000 | 10011 | 1000101 |
Color Harmonies of #BEA0A8
Complementary color
Monochromatic Colors of #BEA0A8
Black with #BEA0A8
Text Example
Text Example
White with #BEA0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA0A8; }
p { color: rgb(190,160,168); }
H1.HeaderClassName
{
color: #BEA0A8;
}
.AnyTagClassName
{
color: #BEA0A8;
}
</style>
background-color css
<style>
a { background-color: #BEA0A8; }
a { background-color: rgb(190,160,168); }
div.DivClassName
{
background-color: #BEA0A8;
}
.BgClassName
{
background-color: #BEA0A8;
}
</style>
border-color css
<style>
span { border-color: #BEA0A8; }
span { border-color: rgb(190,160,168); }
td.TdClassName
{
border-color: #BEA0A8;
}
.TagClassName
{
border-color: #BEA0A8;
}
</style>