Shades of Careys Pink #B5AAAB
Tints of Careys Pink #B5AAAB
RGB
CMYK
RGB Variations
Color information
#B5AAAB (or 0xB5AAAB) is known color: Careys Pink. HEX triplet: B5, AA and AB. RGB value is (181,170,171). Sum of RGB (Red+Green+Blue) = 181+170+171=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AAAB is #4A5554. Grayscale: #ADADAD. Windows color (decimal): -4871509 or 11250357. OLE color: 11250357.
HSL color Cylindrical-coordinate representation of color #B5AAAB: hue angle of 354.55º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5AAAB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 170 | 171 | - |
CMYK | 0 | 0.06 | 0.06 | 0.29 |
HSL | 354.55º | 0.07% | 0.69% | - |
HSV(B) | 354.55º | 0.06% | 0.71% | - |
XYZ | 40.78 | 41.51 | 44.39 | - |
YUV | 173.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 170 | 171 | 0 | 0.06 | 0.06 | 0.29 | 354.55 | 0.07 | 0.69 |
Hex | B5 | AA | AB | 0 | 6 | 6 | 1D | 163 | 7 | 45 |
Octal | 265 | 252 | 253 | 0 | 6 | 6 | 35 | 543 | 7 | 105 |
Binary | 10110101 | 10101010 | 10101011 | 0 | 110 | 110 | 11101 | 101100011 | 111 | 1000101 |
Color Harmonies of #B5AAAB
Complementary color
Monochromatic Colors of #B5AAAB
Black with #B5AAAB
Text Example
Text Example
White with #B5AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAAB; }
p { color: rgb(181,170,171); }
H1.HeaderClassName
{
color: #B5AAAB;
}
.AnyTagClassName
{
color: #B5AAAB;
}
</style>
background-color css
<style>
a { background-color: #B5AAAB; }
a { background-color: rgb(181,170,171); }
div.DivClassName
{
background-color: #B5AAAB;
}
.BgClassName
{
background-color: #B5AAAB;
}
</style>
border-color css
<style>
span { border-color: #B5AAAB; }
span { border-color: rgb(181,170,171); }
td.TdClassName
{
border-color: #B5AAAB;
}
.TagClassName
{
border-color: #B5AAAB;
}
</style>