Shades of Careys Pink #BBAAAE
Tints of Careys Pink #BBAAAE
RGB
CMYK
RGB Variations
Color information
#BBAAAE (or 0xBBAAAE) is known color: Careys Pink. HEX triplet: BB, AA and AE. RGB value is (187,170,174). Sum of RGB (Red+Green+Blue) = 187+170+174=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAE is #445551. Grayscale: #AFAFAF. Windows color (decimal): -4478290 or 11446971. OLE color: 11446971.
HSL color Cylindrical-coordinate representation of color #BBAAAE: hue angle of 345.88º 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 #BBAAAE is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 174 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.27 |
| HSL | 345.88º | 0.11% | 0.7% | - |
| HSV(B) | 345.88º | 0.09% | 0.73% | - |
| XYZ | 42.51 | 42.37 | 45.98 | - |
| YUV | 175.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 174 | 0 | 0.09 | 0.07 | 0.27 | 345.88 | 0.11 | 0.7 |
| Hex | BB | AA | AE | 0 | 9 | 7 | 1B | 15A | B | 46 |
| Octal | 273 | 252 | 256 | 0 | 11 | 7 | 33 | 532 | 13 | 106 |
| Binary | 10111011 | 10101010 | 10101110 | 0 | 1001 | 111 | 11011 | 101011010 | 1011 | 1000110 |
Color Harmonies of #BBAAAE
Complementary color
Monochromatic Colors of #BBAAAE
Black with #BBAAAE
Text Example
Text Example
White with #BBAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAAE; }
p { color: rgb(187,170,174); }
H1.HeaderClassName
{
color: #BBAAAE;
}
.AnyTagClassName
{
color: #BBAAAE;
}
</style>
background-color css
<style>
a { background-color: #BBAAAE; }
a { background-color: rgb(187,170,174); }
div.DivClassName
{
background-color: #BBAAAE;
}
.BgClassName
{
background-color: #BBAAAE;
}
</style>
border-color css
<style>
span { border-color: #BBAAAE; }
span { border-color: rgb(187,170,174); }
td.TdClassName
{
border-color: #BBAAAE;
}
.TagClassName
{
border-color: #BBAAAE;
}
</style>