Shades of Careys Pink #B09B9E
Tints of Careys Pink #B09B9E
RGB
CMYK
RGB Variations
Color information
#B09B9E (or 0xB09B9E) is known color: Careys Pink. HEX triplet: B0, 9B and 9E. RGB value is (176,155,158). Sum of RGB (Red+Green+Blue) = 176+155+158=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B9E is #4F6461. Grayscale: #A1A1A1. Windows color (decimal): -5203042 or 10394544. OLE color: 10394544.
HSL color Cylindrical-coordinate representation of color #B09B9E: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09B9E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 158 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.31 |
| HSL | 351.43º | 0.12% | 0.65% | - |
| HSV(B) | 351.43º | 0.12% | 0.69% | - |
| XYZ | 35.8 | 35.14 | 37.24 | - |
| YUV | 161.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 158 | 0 | 0.12 | 0.10 | 0.31 | 351.43 | 0.12 | 0.65 |
| Hex | B0 | 9B | 9E | 0 | C | A | 1F | 15F | C | 41 |
| Octal | 260 | 233 | 236 | 0 | 14 | 12 | 37 | 537 | 14 | 101 |
| Binary | 10110000 | 10011011 | 10011110 | 0 | 1100 | 1010 | 11111 | 101011111 | 1100 | 1000001 |
Color Harmonies of #B09B9E
Complementary color
Monochromatic Colors of #B09B9E
Black with #B09B9E
Text Example
Text Example
White with #B09B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B9E; }
p { color: rgb(176,155,158); }
H1.HeaderClassName
{
color: #B09B9E;
}
.AnyTagClassName
{
color: #B09B9E;
}
</style>
background-color css
<style>
a { background-color: #B09B9E; }
a { background-color: rgb(176,155,158); }
div.DivClassName
{
background-color: #B09B9E;
}
.BgClassName
{
background-color: #B09B9E;
}
</style>
border-color css
<style>
span { border-color: #B09B9E; }
span { border-color: rgb(176,155,158); }
td.TdClassName
{
border-color: #B09B9E;
}
.TagClassName
{
border-color: #B09B9E;
}
</style>