Shades of Careys Pink #BEA8AD
Tints of Careys Pink #BEA8AD
RGB
CMYK
RGB Variations
Color information
#BEA8AD (or 0xBEA8AD) is known color: Careys Pink. HEX triplet: BE, A8 and AD. RGB value is (190,168,173). Sum of RGB (Red+Green+Blue) = 190+168+173=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8AD is #415752. Grayscale: #AFAFAF. Windows color (decimal): -4282195 or 11380926. OLE color: 11380926.
HSL color Cylindrical-coordinate representation of color #BEA8AD: hue angle of 346.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA8AD is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 173 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.25 |
| HSL | 346.36º | 0.14% | 0.7% | - |
| HSV(B) | 346.36º | 0.12% | 0.75% | - |
| XYZ | 42.78 | 41.97 | 45.38 | - |
| YUV | 175.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 173 | 0 | 0.12 | 0.09 | 0.25 | 346.36 | 0.14 | 0.7 |
| Hex | BE | A8 | AD | 0 | C | 9 | 19 | 15A | E | 46 |
| Octal | 276 | 250 | 255 | 0 | 14 | 11 | 31 | 532 | 16 | 106 |
| Binary | 10111110 | 10101000 | 10101101 | 0 | 1100 | 1001 | 11001 | 101011010 | 1110 | 1000110 |
Color Harmonies of #BEA8AD
Complementary color
Monochromatic Colors of #BEA8AD
Black with #BEA8AD
Text Example
Text Example
White with #BEA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8AD; }
p { color: rgb(190,168,173); }
H1.HeaderClassName
{
color: #BEA8AD;
}
.AnyTagClassName
{
color: #BEA8AD;
}
</style>
background-color css
<style>
a { background-color: #BEA8AD; }
a { background-color: rgb(190,168,173); }
div.DivClassName
{
background-color: #BEA8AD;
}
.BgClassName
{
background-color: #BEA8AD;
}
</style>
border-color css
<style>
span { border-color: #BEA8AD; }
span { border-color: rgb(190,168,173); }
td.TdClassName
{
border-color: #BEA8AD;
}
.TagClassName
{
border-color: #BEA8AD;
}
</style>