Shades of Careys Pink #B1A6A8
Tints of Careys Pink #B1A6A8
RGB
CMYK
RGB Variations
Color information
#B1A6A8 (or 0xB1A6A8) is known color: Careys Pink. HEX triplet: B1, A6 and A8. RGB value is (177,166,168). Sum of RGB (Red+Green+Blue) = 177+166+168=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A6A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A6A8 is #4E5957. Grayscale: #A9A9A9. Windows color (decimal): -5134680 or 11052721. OLE color: 11052721.
HSL color Cylindrical-coordinate representation of color #B1A6A8: hue angle of 349.09º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1A6A8 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 168 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.31 |
| HSL | 349.09º | 0.07% | 0.67% | - |
| HSV(B) | 349.09º | 0.06% | 0.69% | - |
| XYZ | 38.84 | 39.45 | 42.61 | - |
| YUV | 169.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 168 | 0 | 0.06 | 0.05 | 0.31 | 349.09 | 0.07 | 0.67 |
| Hex | B1 | A6 | A8 | 0 | 6 | 5 | 1F | 15D | 7 | 43 |
| Octal | 261 | 246 | 250 | 0 | 6 | 5 | 37 | 535 | 7 | 103 |
| Binary | 10110001 | 10100110 | 10101000 | 0 | 110 | 101 | 11111 | 101011101 | 111 | 1000011 |
Color Harmonies of #B1A6A8
Complementary color
Monochromatic Colors of #B1A6A8
Black with #B1A6A8
Text Example
Text Example
White with #B1A6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A6A8; }
p { color: rgb(177,166,168); }
H1.HeaderClassName
{
color: #B1A6A8;
}
.AnyTagClassName
{
color: #B1A6A8;
}
</style>
background-color css
<style>
a { background-color: #B1A6A8; }
a { background-color: rgb(177,166,168); }
div.DivClassName
{
background-color: #B1A6A8;
}
.BgClassName
{
background-color: #B1A6A8;
}
</style>
border-color css
<style>
span { border-color: #B1A6A8; }
span { border-color: rgb(177,166,168); }
td.TdClassName
{
border-color: #B1A6A8;
}
.TagClassName
{
border-color: #B1A6A8;
}
</style>