Shades of Careys Pink #BEA8AB
Tints of Careys Pink #BEA8AB
RGB
CMYK
RGB Variations
Color information
#BEA8AB (or 0xBEA8AB) is known color: Careys Pink. HEX triplet: BE, A8 and AB. RGB value is (190,168,171). Sum of RGB (Red+Green+Blue) = 190+168+171=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8AB is #415754. Grayscale: #AEAEAE. Windows color (decimal): -4282197 or 11249854. OLE color: 11249854.
HSL color Cylindrical-coordinate representation of color #BEA8AB: hue angle of 351.82º 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 #BEA8AB is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 168 | 171 | - |
CMYK | 0 | 0.12 | 0.10 | 0.25 |
HSL | 351.82º | 0.14% | 0.7% | - |
HSV(B) | 351.82º | 0.12% | 0.75% | - |
XYZ | 42.59 | 41.89 | 44.37 | - |
YUV | 174.92 | 125.79 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 171 | 0 | 0.12 | 0.10 | 0.25 | 351.82 | 0.14 | 0.7 |
Hex | BE | A8 | AB | 0 | C | A | 19 | 160 | E | 46 |
Octal | 276 | 250 | 253 | 0 | 14 | 12 | 31 | 540 | 16 | 106 |
Binary | 10111110 | 10101000 | 10101011 | 0 | 1100 | 1010 | 11001 | 101100000 | 1110 | 1000110 |
Color Harmonies of #BEA8AB
Complementary color
Monochromatic Colors of #BEA8AB
Black with #BEA8AB
Text Example
Text Example
White with #BEA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8AB; }
p { color: rgb(190,168,171); }
H1.HeaderClassName
{
color: #BEA8AB;
}
.AnyTagClassName
{
color: #BEA8AB;
}
</style>
background-color css
<style>
a { background-color: #BEA8AB; }
a { background-color: rgb(190,168,171); }
div.DivClassName
{
background-color: #BEA8AB;
}
.BgClassName
{
background-color: #BEA8AB;
}
</style>
border-color css
<style>
span { border-color: #BEA8AB; }
span { border-color: rgb(190,168,171); }
td.TdClassName
{
border-color: #BEA8AB;
}
.TagClassName
{
border-color: #BEA8AB;
}
</style>