Shades of Careys Pink #B0999A
Tints of Careys Pink #B0999A
RGB
CMYK
RGB Variations
Color information
#B0999A (or 0xB0999A) is known color: Careys Pink. HEX triplet: B0, 99 and 9A. RGB value is (176,153,154). Sum of RGB (Red+Green+Blue) = 176+153+154=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999A is #4F6665. Grayscale: #A0A0A0. Windows color (decimal): -5203558 or 10131888. OLE color: 10131888.
HSL color Cylindrical-coordinate representation of color #B0999A: hue angle of 357.39º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0999A is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 154 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.31 |
| HSL | 357.39º | 0.13% | 0.65% | - |
| HSV(B) | 357.39º | 0.13% | 0.69% | - |
| XYZ | 35.13 | 34.35 | 35.35 | - |
| YUV | 159.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 154 | 0 | 0.13 | 0.12 | 0.31 | 357.39 | 0.13 | 0.65 |
| Hex | B0 | 99 | 9A | 0 | D | C | 1F | 165 | D | 41 |
| Octal | 260 | 231 | 232 | 0 | 15 | 14 | 37 | 545 | 15 | 101 |
| Binary | 10110000 | 10011001 | 10011010 | 0 | 1101 | 1100 | 11111 | 101100101 | 1101 | 1000001 |
Color Harmonies of #B0999A
Complementary color
Monochromatic Colors of #B0999A
Black with #B0999A
Text Example
Text Example
White with #B0999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0999A; }
p { color: rgb(176,153,154); }
H1.HeaderClassName
{
color: #B0999A;
}
.AnyTagClassName
{
color: #B0999A;
}
</style>
background-color css
<style>
a { background-color: #B0999A; }
a { background-color: rgb(176,153,154); }
div.DivClassName
{
background-color: #B0999A;
}
.BgClassName
{
background-color: #B0999A;
}
</style>
border-color css
<style>
span { border-color: #B0999A; }
span { border-color: rgb(176,153,154); }
td.TdClassName
{
border-color: #B0999A;
}
.TagClassName
{
border-color: #B0999A;
}
</style>