Shades of Careys Pink #B09DA0
Tints of Careys Pink #B09DA0
RGB
CMYK
RGB Variations
Color information
#B09DA0 (or 0xB09DA0) is known color: Careys Pink. HEX triplet: B0, 9D and A0. RGB value is (176,157,160). Sum of RGB (Red+Green+Blue) = 176+157+160=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DA0 is #4F625F. Grayscale: #A3A3A3. Windows color (decimal): -5202528 or 10526128. OLE color: 10526128.
HSL color Cylindrical-coordinate representation of color #B09DA0: hue angle of 350.53º 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 #B09DA0 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 160 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.31 |
| HSL | 350.53º | 0.11% | 0.65% | - |
| HSV(B) | 350.53º | 0.11% | 0.69% | - |
| XYZ | 36.31 | 35.88 | 38.27 | - |
| YUV | 163.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 160 | 0 | 0.11 | 0.09 | 0.31 | 350.53 | 0.11 | 0.65 |
| Hex | B0 | 9D | A0 | 0 | B | 9 | 1F | 15F | B | 41 |
| Octal | 260 | 235 | 240 | 0 | 13 | 11 | 37 | 537 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10100000 | 0 | 1011 | 1001 | 11111 | 101011111 | 1011 | 1000001 |
Color Harmonies of #B09DA0
Complementary color
Monochromatic Colors of #B09DA0
Black with #B09DA0
Text Example
Text Example
White with #B09DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DA0; }
p { color: rgb(176,157,160); }
H1.HeaderClassName
{
color: #B09DA0;
}
.AnyTagClassName
{
color: #B09DA0;
}
</style>
background-color css
<style>
a { background-color: #B09DA0; }
a { background-color: rgb(176,157,160); }
div.DivClassName
{
background-color: #B09DA0;
}
.BgClassName
{
background-color: #B09DA0;
}
</style>
border-color css
<style>
span { border-color: #B09DA0; }
span { border-color: rgb(176,157,160); }
td.TdClassName
{
border-color: #B09DA0;
}
.TagClassName
{
border-color: #B09DA0;
}
</style>