Shades of Careys Pink #BEA8AA
Tints of Careys Pink #BEA8AA
RGB
CMYK
RGB Variations
Color information
#BEA8AA (or 0xBEA8AA) is known color: Careys Pink. HEX triplet: BE, A8 and AA. RGB value is (190,168,170). Sum of RGB (Red+Green+Blue) = 190+168+170=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8AA is #415755. Grayscale: #AEAEAE. Windows color (decimal): -4282198 or 11184318. OLE color: 11184318.
HSL color Cylindrical-coordinate representation of color #BEA8AA: hue angle of 354.55º 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 #BEA8AA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 168 | 170 | - |
CMYK | 0 | 0.12 | 0.11 | 0.25 |
HSL | 354.55º | 0.14% | 0.7% | - |
HSV(B) | 354.55º | 0.12% | 0.75% | - |
XYZ | 42.49 | 41.85 | 43.87 | - |
YUV | 174.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 168 | 170 | 0 | 0.12 | 0.11 | 0.25 | 354.55 | 0.14 | 0.7 |
Hex | BE | A8 | AA | 0 | C | B | 19 | 163 | E | 46 |
Octal | 276 | 250 | 252 | 0 | 14 | 13 | 31 | 543 | 16 | 106 |
Binary | 10111110 | 10101000 | 10101010 | 0 | 1100 | 1011 | 11001 | 101100011 | 1110 | 1000110 |
Color Harmonies of #BEA8AA
Complementary color
Monochromatic Colors of #BEA8AA
Black with #BEA8AA
Text Example
Text Example
White with #BEA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8AA; }
p { color: rgb(190,168,170); }
H1.HeaderClassName
{
color: #BEA8AA;
}
.AnyTagClassName
{
color: #BEA8AA;
}
</style>
background-color css
<style>
a { background-color: #BEA8AA; }
a { background-color: rgb(190,168,170); }
div.DivClassName
{
background-color: #BEA8AA;
}
.BgClassName
{
background-color: #BEA8AA;
}
</style>
border-color css
<style>
span { border-color: #BEA8AA; }
span { border-color: rgb(190,168,170); }
td.TdClassName
{
border-color: #BEA8AA;
}
.TagClassName
{
border-color: #BEA8AA;
}
</style>