Shades of Careys Pink #B4A8AB
Tints of Careys Pink #B4A8AB
RGB
CMYK
RGB Variations
Color information
#B4A8AB (or 0xB4A8AB) is known color: Careys Pink. HEX triplet: B4, A8 and AB. RGB value is (180,168,171). Sum of RGB (Red+Green+Blue) = 180+168+171=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AB is #4B5754. Grayscale: #ABABAB. Windows color (decimal): -4937557 or 11249844. OLE color: 11249844.
HSL color Cylindrical-coordinate representation of color #B4A8AB: hue angle of 345º degrees, saturation: 0.07, 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 #B4A8AB is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 168 | 171 | - |
CMYK | 0 | 0.07 | 0.05 | 0.29 |
HSL | 345º | 0.07% | 0.68% | - |
HSV(B) | 345º | 0.07% | 0.71% | - |
XYZ | 40.18 | 40.65 | 44.26 | - |
YUV | 171.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 168 | 171 | 0 | 0.07 | 0.05 | 0.29 | 345 | 0.07 | 0.68 |
Hex | B4 | A8 | AB | 0 | 7 | 5 | 1D | 159 | 7 | 44 |
Octal | 264 | 250 | 253 | 0 | 7 | 5 | 35 | 531 | 7 | 104 |
Binary | 10110100 | 10101000 | 10101011 | 0 | 111 | 101 | 11101 | 101011001 | 111 | 1000100 |
Color Harmonies of #B4A8AB
Complementary color
Monochromatic Colors of #B4A8AB
Black with #B4A8AB
Text Example
Text Example
White with #B4A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8AB; }
p { color: rgb(180,168,171); }
H1.HeaderClassName
{
color: #B4A8AB;
}
.AnyTagClassName
{
color: #B4A8AB;
}
</style>
background-color css
<style>
a { background-color: #B4A8AB; }
a { background-color: rgb(180,168,171); }
div.DivClassName
{
background-color: #B4A8AB;
}
.BgClassName
{
background-color: #B4A8AB;
}
</style>
border-color css
<style>
span { border-color: #B4A8AB; }
span { border-color: rgb(180,168,171); }
td.TdClassName
{
border-color: #B4A8AB;
}
.TagClassName
{
border-color: #B4A8AB;
}
</style>