Shades of Careys Pink #BB999B
Tints of Careys Pink #BB999B
RGB
CMYK
RGB Variations
Color information
#BB999B (or 0xBB999B) is known color: Careys Pink. HEX triplet: BB, 99 and 9B. RGB value is (187,153,155). Sum of RGB (Red+Green+Blue) = 187+153+155=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999B is #446664. Grayscale: #A3A3A3. Windows color (decimal): -4482661 or 10197435. OLE color: 10197435.
HSL color Cylindrical-coordinate representation of color #BB999B: hue angle of 356.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB999B is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 155 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.27 |
| HSL | 356.47º | 0.2% | 0.67% | - |
| HSV(B) | 356.47º | 0.18% | 0.73% | - |
| XYZ | 37.8 | 35.71 | 35.91 | - |
| YUV | 163.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 155 | 0 | 0.18 | 0.17 | 0.27 | 356.47 | 0.2 | 0.67 |
| Hex | BB | 99 | 9B | 0 | 12 | 11 | 1B | 164 | 14 | 43 |
| Octal | 273 | 231 | 233 | 0 | 22 | 21 | 33 | 544 | 24 | 103 |
| Binary | 10111011 | 10011001 | 10011011 | 0 | 10010 | 10001 | 11011 | 101100100 | 10100 | 1000011 |
Color Harmonies of #BB999B
Complementary color
Monochromatic Colors of #BB999B
Black with #BB999B
Text Example
Text Example
White with #BB999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB999B; }
p { color: rgb(187,153,155); }
H1.HeaderClassName
{
color: #BB999B;
}
.AnyTagClassName
{
color: #BB999B;
}
</style>
background-color css
<style>
a { background-color: #BB999B; }
a { background-color: rgb(187,153,155); }
div.DivClassName
{
background-color: #BB999B;
}
.BgClassName
{
background-color: #BB999B;
}
</style>
border-color css
<style>
span { border-color: #BB999B; }
span { border-color: rgb(187,153,155); }
td.TdClassName
{
border-color: #BB999B;
}
.TagClassName
{
border-color: #BB999B;
}
</style>