Shades of Careys Pink #B6A8AB
Tints of Careys Pink #B6A8AB
RGB
CMYK
RGB Variations
Color information
#B6A8AB (or 0xB6A8AB) is known color: Careys Pink. HEX triplet: B6, A8 and AB. RGB value is (182,168,171). Sum of RGB (Red+Green+Blue) = 182+168+171=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8AB is #495754. Grayscale: #ACACAC. Windows color (decimal): -4806485 or 11249846. OLE color: 11249846.
HSL color Cylindrical-coordinate representation of color #B6A8AB: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6A8AB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 168 | 171 | - |
CMYK | 0 | 0.08 | 0.06 | 0.29 |
HSL | 347.14º | 0.09% | 0.69% | - |
HSV(B) | 347.14º | 0.08% | 0.71% | - |
XYZ | 40.64 | 40.89 | 44.28 | - |
YUV | 172.53 | 127.14 | 134.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 168 | 171 | 0 | 0.08 | 0.06 | 0.29 | 347.14 | 0.09 | 0.69 |
Hex | B6 | A8 | AB | 0 | 8 | 6 | 1D | 15B | 9 | 45 |
Octal | 266 | 250 | 253 | 0 | 10 | 6 | 35 | 533 | 11 | 105 |
Binary | 10110110 | 10101000 | 10101011 | 0 | 1000 | 110 | 11101 | 101011011 | 1001 | 1000101 |
Color Harmonies of #B6A8AB
Complementary color
Monochromatic Colors of #B6A8AB
Black with #B6A8AB
Text Example
Text Example
White with #B6A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8AB; }
p { color: rgb(182,168,171); }
H1.HeaderClassName
{
color: #B6A8AB;
}
.AnyTagClassName
{
color: #B6A8AB;
}
</style>
background-color css
<style>
a { background-color: #B6A8AB; }
a { background-color: rgb(182,168,171); }
div.DivClassName
{
background-color: #B6A8AB;
}
.BgClassName
{
background-color: #B6A8AB;
}
</style>
border-color css
<style>
span { border-color: #B6A8AB; }
span { border-color: rgb(182,168,171); }
td.TdClassName
{
border-color: #B6A8AB;
}
.TagClassName
{
border-color: #B6A8AB;
}
</style>