Shades of Careys Pink #B5A8AB
Tints of Careys Pink #B5A8AB
RGB
CMYK
RGB Variations
Color information
#B5A8AB (or 0xB5A8AB) is known color: Careys Pink. HEX triplet: B5, A8 and AB. RGB value is (181,168,171). Sum of RGB (Red+Green+Blue) = 181+168+171=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A8AB is #4A5754. Grayscale: #ACACAC. Windows color (decimal): -4872021 or 11249845. OLE color: 11249845.
HSL color Cylindrical-coordinate representation of color #B5A8AB: hue angle of 346.15º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5A8AB is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 168 | 171 | - |
CMYK | 0 | 0.07 | 0.06 | 0.29 |
HSL | 346.15º | 0.08% | 0.68% | - |
HSV(B) | 346.15º | 0.07% | 0.71% | - |
XYZ | 40.41 | 40.77 | 44.27 | - |
YUV | 172.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 168 | 171 | 0 | 0.07 | 0.06 | 0.29 | 346.15 | 0.08 | 0.68 |
Hex | B5 | A8 | AB | 0 | 7 | 6 | 1D | 15A | 8 | 44 |
Octal | 265 | 250 | 253 | 0 | 7 | 6 | 35 | 532 | 10 | 104 |
Binary | 10110101 | 10101000 | 10101011 | 0 | 111 | 110 | 11101 | 101011010 | 1000 | 1000100 |
Color Harmonies of #B5A8AB
Complementary color
Monochromatic Colors of #B5A8AB
Black with #B5A8AB
Text Example
Text Example
White with #B5A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A8AB; }
p { color: rgb(181,168,171); }
H1.HeaderClassName
{
color: #B5A8AB;
}
.AnyTagClassName
{
color: #B5A8AB;
}
</style>
background-color css
<style>
a { background-color: #B5A8AB; }
a { background-color: rgb(181,168,171); }
div.DivClassName
{
background-color: #B5A8AB;
}
.BgClassName
{
background-color: #B5A8AB;
}
</style>
border-color css
<style>
span { border-color: #B5A8AB; }
span { border-color: rgb(181,168,171); }
td.TdClassName
{
border-color: #B5A8AB;
}
.TagClassName
{
border-color: #B5A8AB;
}
</style>