Shades of Careys Pink #B09C9D
Tints of Careys Pink #B09C9D
RGB
CMYK
RGB Variations
Color information
#B09C9D (or 0xB09C9D) is known color: Careys Pink. HEX triplet: B0, 9C and 9D. RGB value is (176,156,157). Sum of RGB (Red+Green+Blue) = 176+156+157=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C9D is #4F6362. Grayscale: #A2A2A2. Windows color (decimal): -5202787 or 10329264. OLE color: 10329264.
HSL color Cylindrical-coordinate representation of color #B09C9D: hue angle of 357º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09C9D is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 157 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.31 |
| HSL | 357º | 0.11% | 0.65% | - |
| HSV(B) | 357º | 0.11% | 0.69% | - |
| XYZ | 35.88 | 35.44 | 36.85 | - |
| YUV | 162.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 157 | 0 | 0.11 | 0.11 | 0.31 | 357 | 0.11 | 0.65 |
| Hex | B0 | 9C | 9D | 0 | B | B | 1F | 165 | B | 41 |
| Octal | 260 | 234 | 235 | 0 | 13 | 13 | 37 | 545 | 13 | 101 |
| Binary | 10110000 | 10011100 | 10011101 | 0 | 1011 | 1011 | 11111 | 101100101 | 1011 | 1000001 |
Color Harmonies of #B09C9D
Complementary color
Monochromatic Colors of #B09C9D
Black with #B09C9D
Text Example
Text Example
White with #B09C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C9D; }
p { color: rgb(176,156,157); }
H1.HeaderClassName
{
color: #B09C9D;
}
.AnyTagClassName
{
color: #B09C9D;
}
</style>
background-color css
<style>
a { background-color: #B09C9D; }
a { background-color: rgb(176,156,157); }
div.DivClassName
{
background-color: #B09C9D;
}
.BgClassName
{
background-color: #B09C9D;
}
</style>
border-color css
<style>
span { border-color: #B09C9D; }
span { border-color: rgb(176,156,157); }
td.TdClassName
{
border-color: #B09C9D;
}
.TagClassName
{
border-color: #B09C9D;
}
</style>