Shades of Careys Pink #BBADAF
Tints of Careys Pink #BBADAF
RGB
CMYK
RGB Variations
Color information
#BBADAF (or 0xBBADAF) is known color: Careys Pink. HEX triplet: BB, AD and AF. RGB value is (187,173,175). Sum of RGB (Red+Green+Blue) = 187+173+175=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAF is #445250. Grayscale: #B1B1B1. Windows color (decimal): -4477521 or 11513275. OLE color: 11513275.
HSL color Cylindrical-coordinate representation of color #BBADAF: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADAF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 175 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.27 |
| HSL | 351.43º | 0.09% | 0.71% | - |
| HSV(B) | 351.43º | 0.07% | 0.73% | - |
| XYZ | 43.17 | 43.55 | 46.69 | - |
| YUV | 177.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 175 | 0 | 0.07 | 0.06 | 0.27 | 351.43 | 0.09 | 0.71 |
| Hex | BB | AD | AF | 0 | 7 | 6 | 1B | 15F | 9 | 47 |
| Octal | 273 | 255 | 257 | 0 | 7 | 6 | 33 | 537 | 11 | 107 |
| Binary | 10111011 | 10101101 | 10101111 | 0 | 111 | 110 | 11011 | 101011111 | 1001 | 1000111 |
Color Harmonies of #BBADAF
Complementary color
Monochromatic Colors of #BBADAF
Black with #BBADAF
Text Example
Text Example
White with #BBADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADAF; }
p { color: rgb(187,173,175); }
H1.HeaderClassName
{
color: #BBADAF;
}
.AnyTagClassName
{
color: #BBADAF;
}
</style>
background-color css
<style>
a { background-color: #BBADAF; }
a { background-color: rgb(187,173,175); }
div.DivClassName
{
background-color: #BBADAF;
}
.BgClassName
{
background-color: #BBADAF;
}
</style>
border-color css
<style>
span { border-color: #BBADAF; }
span { border-color: rgb(187,173,175); }
td.TdClassName
{
border-color: #BBADAF;
}
.TagClassName
{
border-color: #BBADAF;
}
</style>