Shades of Careys Pink #BB8F90
Tints of Careys Pink #BB8F90
RGB
CMYK
RGB Variations
Color information
#BB8F90 (or 0xBB8F90) is known color: Careys Pink. HEX triplet: BB, 8F and 90. RGB value is (187,143,144). Sum of RGB (Red+Green+Blue) = 187+143+144=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8F90 is #44706F. Grayscale: #9C9C9C. Windows color (decimal): -4485232 or 9473979. OLE color: 9473979.
HSL color Cylindrical-coordinate representation of color #BB8F90: hue angle of 358.64º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB8F90 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 144 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.27 |
| HSL | 358.64º | 0.24% | 0.65% | - |
| HSV(B) | 358.64º | 0.24% | 0.73% | - |
| XYZ | 35.35 | 32.22 | 30.74 | - |
| YUV | 156.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 144 | 0 | 0.24 | 0.23 | 0.27 | 358.64 | 0.24 | 0.65 |
| Hex | BB | 8F | 90 | 0 | 18 | 17 | 1B | 167 | 18 | 41 |
| Octal | 273 | 217 | 220 | 0 | 30 | 27 | 33 | 547 | 30 | 101 |
| Binary | 10111011 | 10001111 | 10010000 | 0 | 11000 | 10111 | 11011 | 101100111 | 11000 | 1000001 |
Color Harmonies of #BB8F90
Complementary color
Monochromatic Colors of #BB8F90
Black with #BB8F90
Text Example
Text Example
White with #BB8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F90; }
p { color: rgb(187,143,144); }
H1.HeaderClassName
{
color: #BB8F90;
}
.AnyTagClassName
{
color: #BB8F90;
}
</style>
background-color css
<style>
a { background-color: #BB8F90; }
a { background-color: rgb(187,143,144); }
div.DivClassName
{
background-color: #BB8F90;
}
.BgClassName
{
background-color: #BB8F90;
}
</style>
border-color css
<style>
span { border-color: #BB8F90; }
span { border-color: rgb(187,143,144); }
td.TdClassName
{
border-color: #BB8F90;
}
.TagClassName
{
border-color: #BB8F90;
}
</style>