Shades of Careys Pink #B1999C
Tints of Careys Pink #B1999C
RGB
CMYK
RGB Variations
Color information
#B1999C (or 0xB1999C) is known color: Careys Pink. HEX triplet: B1, 99 and 9C. RGB value is (177,153,156). Sum of RGB (Red+Green+Blue) = 177+153+156=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1999C is #4E6663. Grayscale: #A0A0A0. Windows color (decimal): -5138020 or 10262961. OLE color: 10262961.
HSL color Cylindrical-coordinate representation of color #B1999C: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1999C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 156 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.31 |
| HSL | 352.5º | 0.13% | 0.65% | - |
| HSV(B) | 352.5º | 0.14% | 0.69% | - |
| XYZ | 35.52 | 34.53 | 36.25 | - |
| YUV | 160.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 156 | 0 | 0.14 | 0.12 | 0.31 | 352.5 | 0.13 | 0.65 |
| Hex | B1 | 99 | 9C | 0 | E | C | 1F | 160 | D | 41 |
| Octal | 261 | 231 | 234 | 0 | 16 | 14 | 37 | 540 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10011100 | 0 | 1110 | 1100 | 11111 | 101100000 | 1101 | 1000001 |
Color Harmonies of #B1999C
Complementary color
Monochromatic Colors of #B1999C
Black with #B1999C
Text Example
Text Example
White with #B1999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1999C; }
p { color: rgb(177,153,156); }
H1.HeaderClassName
{
color: #B1999C;
}
.AnyTagClassName
{
color: #B1999C;
}
</style>
background-color css
<style>
a { background-color: #B1999C; }
a { background-color: rgb(177,153,156); }
div.DivClassName
{
background-color: #B1999C;
}
.BgClassName
{
background-color: #B1999C;
}
</style>
border-color css
<style>
span { border-color: #B1999C; }
span { border-color: rgb(177,153,156); }
td.TdClassName
{
border-color: #B1999C;
}
.TagClassName
{
border-color: #B1999C;
}
</style>