Shades of Careys Pink #BBAFB1
Tints of Careys Pink #BBAFB1
RGB
CMYK
RGB Variations
Color information
#BBAFB1 (or 0xBBAFB1) is known color: Careys Pink. HEX triplet: BB, AF and B1. RGB value is (187,175,177). Sum of RGB (Red+Green+Blue) = 187+175+177=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFB1 is #44504E. Grayscale: #B2B2B2. Windows color (decimal): -4477007 or 11644859. OLE color: 11644859.
HSL color Cylindrical-coordinate representation of color #BBAFB1: hue angle of 350º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBAFB1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 177 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.27 |
| HSL | 350º | 0.08% | 0.71% | - |
| HSV(B) | 350º | 0.06% | 0.73% | - |
| XYZ | 43.76 | 44.4 | 47.86 | - |
| YUV | 178.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 177 | 0 | 0.06 | 0.05 | 0.27 | 350 | 0.08 | 0.71 |
| Hex | BB | AF | B1 | 0 | 6 | 5 | 1B | 15E | 8 | 47 |
| Octal | 273 | 257 | 261 | 0 | 6 | 5 | 33 | 536 | 10 | 107 |
| Binary | 10111011 | 10101111 | 10110001 | 0 | 110 | 101 | 11011 | 101011110 | 1000 | 1000111 |
Color Harmonies of #BBAFB1
Complementary color
Monochromatic Colors of #BBAFB1
Black with #BBAFB1
Text Example
Text Example
White with #BBAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFB1; }
p { color: rgb(187,175,177); }
H1.HeaderClassName
{
color: #BBAFB1;
}
.AnyTagClassName
{
color: #BBAFB1;
}
</style>
background-color css
<style>
a { background-color: #BBAFB1; }
a { background-color: rgb(187,175,177); }
div.DivClassName
{
background-color: #BBAFB1;
}
.BgClassName
{
background-color: #BBAFB1;
}
</style>
border-color css
<style>
span { border-color: #BBAFB1; }
span { border-color: rgb(187,175,177); }
td.TdClassName
{
border-color: #BBAFB1;
}
.TagClassName
{
border-color: #BBAFB1;
}
</style>