Shades of Careys Pink #BBA4A7
Tints of Careys Pink #BBA4A7
RGB
CMYK
RGB Variations
Color information
#BBA4A7 (or 0xBBA4A7) is known color: Careys Pink. HEX triplet: BB, A4 and A7. RGB value is (187,164,167). Sum of RGB (Red+Green+Blue) = 187+164+167=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4A7 is #445B58. Grayscale: #ABABAB. Windows color (decimal): -4479833 or 10986683. OLE color: 10986683.
HSL color Cylindrical-coordinate representation of color #BBA4A7: hue angle of 352.17º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBA4A7 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 164 | 167 | - |
CMYK | 0 | 0.12 | 0.11 | 0.27 |
HSL | 352.17º | 0.14% | 0.69% | - |
HSV(B) | 352.17º | 0.12% | 0.73% | - |
XYZ | 40.74 | 39.91 | 42.11 | - |
YUV | 171.22 | 125.62 | 139.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 164 | 167 | 0 | 0.12 | 0.11 | 0.27 | 352.17 | 0.14 | 0.69 |
Hex | BB | A4 | A7 | 0 | C | B | 1B | 160 | E | 45 |
Octal | 273 | 244 | 247 | 0 | 14 | 13 | 33 | 540 | 16 | 105 |
Binary | 10111011 | 10100100 | 10100111 | 0 | 1100 | 1011 | 11011 | 101100000 | 1110 | 1000101 |
Color Harmonies of #BBA4A7
Complementary color
Monochromatic Colors of #BBA4A7
Black with #BBA4A7
Text Example
Text Example
White with #BBA4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4A7; }
p { color: rgb(187,164,167); }
H1.HeaderClassName
{
color: #BBA4A7;
}
.AnyTagClassName
{
color: #BBA4A7;
}
</style>
background-color css
<style>
a { background-color: #BBA4A7; }
a { background-color: rgb(187,164,167); }
div.DivClassName
{
background-color: #BBA4A7;
}
.BgClassName
{
background-color: #BBA4A7;
}
</style>
border-color css
<style>
span { border-color: #BBA4A7; }
span { border-color: rgb(187,164,167); }
td.TdClassName
{
border-color: #BBA4A7;
}
.TagClassName
{
border-color: #BBA4A7;
}
</style>