Shades of Careys Pink #BB9698
Tints of Careys Pink #BB9698
RGB
CMYK
RGB Variations
Color information
#BB9698 (or 0xBB9698) is known color: Careys Pink. HEX triplet: BB, 96 and 98. RGB value is (187,150,152). Sum of RGB (Red+Green+Blue) = 187+150+152=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9698 is #446967. Grayscale: #A1A1A1. Windows color (decimal): -4483432 or 10000059. OLE color: 10000059.
HSL color Cylindrical-coordinate representation of color #BB9698: hue angle of 356.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9698 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 150 | 152 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.27 |
| HSL | 356.76º | 0.21% | 0.66% | - |
| HSV(B) | 356.76º | 0.2% | 0.73% | - |
| XYZ | 37.07 | 34.64 | 34.44 | - |
| YUV | 161.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 152 | 0 | 0.20 | 0.19 | 0.27 | 356.76 | 0.21 | 0.66 |
| Hex | BB | 96 | 98 | 0 | 14 | 13 | 1B | 165 | 15 | 42 |
| Octal | 273 | 226 | 230 | 0 | 24 | 23 | 33 | 545 | 25 | 102 |
| Binary | 10111011 | 10010110 | 10011000 | 0 | 10100 | 10011 | 11011 | 101100101 | 10101 | 1000010 |
Color Harmonies of #BB9698
Complementary color
Monochromatic Colors of #BB9698
Black with #BB9698
Text Example
Text Example
White with #BB9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9698; }
p { color: rgb(187,150,152); }
H1.HeaderClassName
{
color: #BB9698;
}
.AnyTagClassName
{
color: #BB9698;
}
</style>
background-color css
<style>
a { background-color: #BB9698; }
a { background-color: rgb(187,150,152); }
div.DivClassName
{
background-color: #BB9698;
}
.BgClassName
{
background-color: #BB9698;
}
</style>
border-color css
<style>
span { border-color: #BB9698; }
span { border-color: rgb(187,150,152); }
td.TdClassName
{
border-color: #BB9698;
}
.TagClassName
{
border-color: #BB9698;
}
</style>