Shades of Careys Pink #BEA2A8
Tints of Careys Pink #BEA2A8
RGB
CMYK
RGB Variations
Color information
#BEA2A8 (or 0xBEA2A8) is known color: Careys Pink. HEX triplet: BE, A2 and A8. RGB value is (190,162,168). Sum of RGB (Red+Green+Blue) = 190+162+168=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A8 is #415D57. Grayscale: #ABABAB. Windows color (decimal): -4283736 or 11051710. OLE color: 11051710.
HSL color Cylindrical-coordinate representation of color #BEA2A8: hue angle of 347.14º 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 #BEA2A8 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 162 | 168 | - |
CMYK | 0 | 0.15 | 0.12 | 0.25 |
HSL | 347.14º | 0.18% | 0.69% | - |
HSV(B) | 347.14º | 0.15% | 0.75% | - |
XYZ | 41.22 | 39.61 | 42.52 | - |
YUV | 171.06 | 126.28 | 141.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 162 | 168 | 0 | 0.15 | 0.12 | 0.25 | 347.14 | 0.18 | 0.69 |
Hex | BE | A2 | A8 | 0 | F | C | 19 | 15B | 12 | 45 |
Octal | 276 | 242 | 250 | 0 | 17 | 14 | 31 | 533 | 22 | 105 |
Binary | 10111110 | 10100010 | 10101000 | 0 | 1111 | 1100 | 11001 | 101011011 | 10010 | 1000101 |
Color Harmonies of #BEA2A8
Complementary color
Monochromatic Colors of #BEA2A8
Black with #BEA2A8
Text Example
Text Example
White with #BEA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA2A8; }
p { color: rgb(190,162,168); }
H1.HeaderClassName
{
color: #BEA2A8;
}
.AnyTagClassName
{
color: #BEA2A8;
}
</style>
background-color css
<style>
a { background-color: #BEA2A8; }
a { background-color: rgb(190,162,168); }
div.DivClassName
{
background-color: #BEA2A8;
}
.BgClassName
{
background-color: #BEA2A8;
}
</style>
border-color css
<style>
span { border-color: #BEA2A8; }
span { border-color: rgb(190,162,168); }
td.TdClassName
{
border-color: #BEA2A8;
}
.TagClassName
{
border-color: #BEA2A8;
}
</style>