Shades of Careys Pink #B7A8AA
Tints of Careys Pink #B7A8AA
RGB
CMYK
RGB Variations
Color information
#B7A8AA (or 0xB7A8AA) is known color: Careys Pink. HEX triplet: B7, A8 and AA. RGB value is (183,168,170). Sum of RGB (Red+Green+Blue) = 183+168+170=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8AA is #485755. Grayscale: #ACACAC. Windows color (decimal): -4740950 or 11184311. OLE color: 11184311.
HSL color Cylindrical-coordinate representation of color #B7A8AA: hue angle of 352º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7A8AA is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 168 | 170 | - |
CMYK | 0 | 0.08 | 0.07 | 0.28 |
HSL | 352º | 0.09% | 0.69% | - |
HSV(B) | 352º | 0.08% | 0.72% | - |
XYZ | 40.79 | 40.97 | 43.79 | - |
YUV | 172.71 | 126.47 | 135.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 168 | 170 | 0 | 0.08 | 0.07 | 0.28 | 352 | 0.09 | 0.69 |
Hex | B7 | A8 | AA | 0 | 8 | 7 | 1C | 160 | 9 | 45 |
Octal | 267 | 250 | 252 | 0 | 10 | 7 | 34 | 540 | 11 | 105 |
Binary | 10110111 | 10101000 | 10101010 | 0 | 1000 | 111 | 11100 | 101100000 | 1001 | 1000101 |
Color Harmonies of #B7A8AA
Complementary color
Monochromatic Colors of #B7A8AA
Black with #B7A8AA
Text Example
Text Example
White with #B7A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A8AA; }
p { color: rgb(183,168,170); }
H1.HeaderClassName
{
color: #B7A8AA;
}
.AnyTagClassName
{
color: #B7A8AA;
}
</style>
background-color css
<style>
a { background-color: #B7A8AA; }
a { background-color: rgb(183,168,170); }
div.DivClassName
{
background-color: #B7A8AA;
}
.BgClassName
{
background-color: #B7A8AA;
}
</style>
border-color css
<style>
span { border-color: #B7A8AA; }
span { border-color: rgb(183,168,170); }
td.TdClassName
{
border-color: #B7A8AA;
}
.TagClassName
{
border-color: #B7A8AA;
}
</style>