Shades of Careys Pink #BEA2A6
Tints of Careys Pink #BEA2A6
RGB
CMYK
RGB Variations
Color information
#BEA2A6 (or 0xBEA2A6) is known color: Careys Pink. HEX triplet: BE, A2 and A6. RGB value is (190,162,166). Sum of RGB (Red+Green+Blue) = 190+162+166=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A6 is #415D59. Grayscale: #AAAAAA. Windows color (decimal): -4283738 or 10920638. OLE color: 10920638.
HSL color Cylindrical-coordinate representation of color #BEA2A6: hue angle of 351.43º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA2A6 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 166 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.25 |
| HSL | 351.43º | 0.18% | 0.69% | - |
| HSV(B) | 351.43º | 0.15% | 0.75% | - |
| XYZ | 41.04 | 39.54 | 41.55 | - |
| YUV | 170.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 166 | 0 | 0.15 | 0.13 | 0.25 | 351.43 | 0.18 | 0.69 |
| Hex | BE | A2 | A6 | 0 | F | D | 19 | 15F | 12 | 45 |
| Octal | 276 | 242 | 246 | 0 | 17 | 15 | 31 | 537 | 22 | 105 |
| Binary | 10111110 | 10100010 | 10100110 | 0 | 1111 | 1101 | 11001 | 101011111 | 10010 | 1000101 |
Color Harmonies of #BEA2A6
Complementary color
Monochromatic Colors of #BEA2A6
Black with #BEA2A6
Text Example
Text Example
White with #BEA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2A6; }
p { color: rgb(190,162,166); }
H1.HeaderClassName
{
color: #BEA2A6;
}
.AnyTagClassName
{
color: #BEA2A6;
}
</style>
background-color css
<style>
a { background-color: #BEA2A6; }
a { background-color: rgb(190,162,166); }
div.DivClassName
{
background-color: #BEA2A6;
}
.BgClassName
{
background-color: #BEA2A6;
}
</style>
border-color css
<style>
span { border-color: #BEA2A6; }
span { border-color: rgb(190,162,166); }
td.TdClassName
{
border-color: #BEA2A6;
}
.TagClassName
{
border-color: #BEA2A6;
}
</style>