Shades of Careys Pink #BEA4A8
Tints of Careys Pink #BEA4A8
RGB
CMYK
RGB Variations
Color information
#BEA4A8 (or 0xBEA4A8) is known color: Careys Pink. HEX triplet: BE, A4 and A8. RGB value is (190,164,168). Sum of RGB (Red+Green+Blue) = 190+164+168=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A8 is #415B57. Grayscale: #ACACAC. Windows color (decimal): -4283224 or 11052222. OLE color: 11052222.
HSL color Cylindrical-coordinate representation of color #BEA4A8: hue angle of 350.77º 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 #BEA4A8 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 168 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.25 |
| HSL | 350.77º | 0.17% | 0.69% | - |
| HSV(B) | 350.77º | 0.14% | 0.75% | - |
| XYZ | 41.58 | 40.33 | 42.64 | - |
| YUV | 172.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 168 | 0 | 0.14 | 0.12 | 0.25 | 350.77 | 0.17 | 0.69 |
| Hex | BE | A4 | A8 | 0 | E | C | 19 | 15F | 11 | 45 |
| Octal | 276 | 244 | 250 | 0 | 16 | 14 | 31 | 537 | 21 | 105 |
| Binary | 10111110 | 10100100 | 10101000 | 0 | 1110 | 1100 | 11001 | 101011111 | 10001 | 1000101 |
Color Harmonies of #BEA4A8
Complementary color
Monochromatic Colors of #BEA4A8
Black with #BEA4A8
Text Example
Text Example
White with #BEA4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA4A8; }
p { color: rgb(190,164,168); }
H1.HeaderClassName
{
color: #BEA4A8;
}
.AnyTagClassName
{
color: #BEA4A8;
}
</style>
background-color css
<style>
a { background-color: #BEA4A8; }
a { background-color: rgb(190,164,168); }
div.DivClassName
{
background-color: #BEA4A8;
}
.BgClassName
{
background-color: #BEA4A8;
}
</style>
border-color css
<style>
span { border-color: #BEA4A8; }
span { border-color: rgb(190,164,168); }
td.TdClassName
{
border-color: #BEA4A8;
}
.TagClassName
{
border-color: #BEA4A8;
}
</style>