Shades of Careys Pink #B0A7A8
Tints of Careys Pink #B0A7A8
RGB
CMYK
RGB Variations
Color information
#B0A7A8 (or 0xB0A7A8) is known color: Careys Pink. HEX triplet: B0, A7 and A8. RGB value is (176,167,168). Sum of RGB (Red+Green+Blue) = 176+167+168=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A7A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A7A8 is #4F5857. Grayscale: #A9A9A9. Windows color (decimal): -5199960 or 11052976. OLE color: 11052976.
HSL color Cylindrical-coordinate representation of color #B0A7A8: hue angle of 353.33º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0A7A8 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 168 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.31 |
| HSL | 353.33º | 0.05% | 0.67% | - |
| HSV(B) | 353.33º | 0.05% | 0.69% | - |
| XYZ | 38.79 | 39.69 | 42.66 | - |
| YUV | 169.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 168 | 0 | 0.05 | 0.05 | 0.31 | 353.33 | 0.05 | 0.67 |
| Hex | B0 | A7 | A8 | 0 | 5 | 5 | 1F | 161 | 5 | 43 |
| Octal | 260 | 247 | 250 | 0 | 5 | 5 | 37 | 541 | 5 | 103 |
| Binary | 10110000 | 10100111 | 10101000 | 0 | 101 | 101 | 11111 | 101100001 | 101 | 1000011 |
Color Harmonies of #B0A7A8
Complementary color
Monochromatic Colors of #B0A7A8
Black with #B0A7A8
Text Example
Text Example
White with #B0A7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A7A8; }
p { color: rgb(176,167,168); }
H1.HeaderClassName
{
color: #B0A7A8;
}
.AnyTagClassName
{
color: #B0A7A8;
}
</style>
background-color css
<style>
a { background-color: #B0A7A8; }
a { background-color: rgb(176,167,168); }
div.DivClassName
{
background-color: #B0A7A8;
}
.BgClassName
{
background-color: #B0A7A8;
}
</style>
border-color css
<style>
span { border-color: #B0A7A8; }
span { border-color: rgb(176,167,168); }
td.TdClassName
{
border-color: #B0A7A8;
}
.TagClassName
{
border-color: #B0A7A8;
}
</style>