Shades of Careys Pink #BBAAAD
Tints of Careys Pink #BBAAAD
RGB
CMYK
RGB Variations
Color information
#BBAAAD (or 0xBBAAAD) is known color: Careys Pink. HEX triplet: BB, AA and AD. RGB value is (187,170,173). Sum of RGB (Red+Green+Blue) = 187+170+173=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAD is #445552. Grayscale: #AFAFAF. Windows color (decimal): -4478291 or 11381435. OLE color: 11381435.
HSL color Cylindrical-coordinate representation of color #BBAAAD: hue angle of 349.41º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAAAD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 173 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.27 |
| HSL | 349.41º | 0.11% | 0.7% | - |
| HSV(B) | 349.41º | 0.09% | 0.73% | - |
| XYZ | 42.41 | 42.33 | 45.47 | - |
| YUV | 175.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 173 | 0 | 0.09 | 0.07 | 0.27 | 349.41 | 0.11 | 0.7 |
| Hex | BB | AA | AD | 0 | 9 | 7 | 1B | 15D | B | 46 |
| Octal | 273 | 252 | 255 | 0 | 11 | 7 | 33 | 535 | 13 | 106 |
| Binary | 10111011 | 10101010 | 10101101 | 0 | 1001 | 111 | 11011 | 101011101 | 1011 | 1000110 |
Color Harmonies of #BBAAAD
Complementary color
Monochromatic Colors of #BBAAAD
Black with #BBAAAD
Text Example
Text Example
White with #BBAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAAD; }
p { color: rgb(187,170,173); }
H1.HeaderClassName
{
color: #BBAAAD;
}
.AnyTagClassName
{
color: #BBAAAD;
}
</style>
background-color css
<style>
a { background-color: #BBAAAD; }
a { background-color: rgb(187,170,173); }
div.DivClassName
{
background-color: #BBAAAD;
}
.BgClassName
{
background-color: #BBAAAD;
}
</style>
border-color css
<style>
span { border-color: #BBAAAD; }
span { border-color: rgb(187,170,173); }
td.TdClassName
{
border-color: #BBAAAD;
}
.TagClassName
{
border-color: #BBAAAD;
}
</style>