Shades of Careys Pink #BBA0A4
Tints of Careys Pink #BBA0A4
RGB
CMYK
RGB Variations
Color information
#BBA0A4 (or 0xBBA0A4) is known color: Careys Pink. HEX triplet: BB, A0 and A4. RGB value is (187,160,164). Sum of RGB (Red+Green+Blue) = 187+160+164=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA0A4 is #445F5B. Grayscale: #A8A8A8. Windows color (decimal): -4480860 or 10789051. OLE color: 10789051.
HSL color Cylindrical-coordinate representation of color #BBA0A4: hue angle of 351.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA0A4 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 164 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.27 |
| HSL | 351.11º | 0.17% | 0.68% | - |
| HSV(B) | 351.11º | 0.14% | 0.73% | - |
| XYZ | 39.77 | 38.39 | 40.44 | - |
| YUV | 168.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 164 | 0 | 0.14 | 0.12 | 0.27 | 351.11 | 0.17 | 0.68 |
| Hex | BB | A0 | A4 | 0 | E | C | 1B | 15F | 11 | 44 |
| Octal | 273 | 240 | 244 | 0 | 16 | 14 | 33 | 537 | 21 | 104 |
| Binary | 10111011 | 10100000 | 10100100 | 0 | 1110 | 1100 | 11011 | 101011111 | 10001 | 1000100 |
Color Harmonies of #BBA0A4
Complementary color
Monochromatic Colors of #BBA0A4
Black with #BBA0A4
Text Example
Text Example
White with #BBA0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0A4; }
p { color: rgb(187,160,164); }
H1.HeaderClassName
{
color: #BBA0A4;
}
.AnyTagClassName
{
color: #BBA0A4;
}
</style>
background-color css
<style>
a { background-color: #BBA0A4; }
a { background-color: rgb(187,160,164); }
div.DivClassName
{
background-color: #BBA0A4;
}
.BgClassName
{
background-color: #BBA0A4;
}
</style>
border-color css
<style>
span { border-color: #BBA0A4; }
span { border-color: rgb(187,160,164); }
td.TdClassName
{
border-color: #BBA0A4;
}
.TagClassName
{
border-color: #BBA0A4;
}
</style>