Shades of Careys Pink #B4A3A6
Tints of Careys Pink #B4A3A6
RGB
CMYK
RGB Variations
Color information
#B4A3A6 (or 0xB4A3A6) is known color: Careys Pink. HEX triplet: B4, A3 and A6. RGB value is (180,163,166). Sum of RGB (Red+Green+Blue) = 180+163+166=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A3A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A3A6 is #4B5C59. Grayscale: #A8A8A8. Windows color (decimal): -4938842 or 10920884. OLE color: 10920884.
HSL color Cylindrical-coordinate representation of color #B4A3A6: hue angle of 349.41º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4A3A6 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 166 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.29 |
| HSL | 349.41º | 0.1% | 0.67% | - |
| HSV(B) | 349.41º | 0.09% | 0.71% | - |
| XYZ | 38.8 | 38.65 | 41.49 | - |
| YUV | 168.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 166 | 0 | 0.09 | 0.08 | 0.29 | 349.41 | 0.1 | 0.67 |
| Hex | B4 | A3 | A6 | 0 | 9 | 8 | 1D | 15D | A | 43 |
| Octal | 264 | 243 | 246 | 0 | 11 | 10 | 35 | 535 | 12 | 103 |
| Binary | 10110100 | 10100011 | 10100110 | 0 | 1001 | 1000 | 11101 | 101011101 | 1010 | 1000011 |
Color Harmonies of #B4A3A6
Complementary color
Monochromatic Colors of #B4A3A6
Black with #B4A3A6
Text Example
Text Example
White with #B4A3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A3A6; }
p { color: rgb(180,163,166); }
H1.HeaderClassName
{
color: #B4A3A6;
}
.AnyTagClassName
{
color: #B4A3A6;
}
</style>
background-color css
<style>
a { background-color: #B4A3A6; }
a { background-color: rgb(180,163,166); }
div.DivClassName
{
background-color: #B4A3A6;
}
.BgClassName
{
background-color: #B4A3A6;
}
</style>
border-color css
<style>
span { border-color: #B4A3A6; }
span { border-color: rgb(180,163,166); }
td.TdClassName
{
border-color: #B4A3A6;
}
.TagClassName
{
border-color: #B4A3A6;
}
</style>