Shades of Careys Pink #BD9EA0
Tints of Careys Pink #BD9EA0
RGB
CMYK
RGB Variations
Color information
#BD9EA0 (or 0xBD9EA0) is known color: Careys Pink. HEX triplet: BD, 9E and A0. RGB value is (189,158,160). Sum of RGB (Red+Green+Blue) = 189+158+160=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9EA0 is #42615F. Grayscale: #A7A7A7. Windows color (decimal): -4350304 or 10526397. OLE color: 10526397.
HSL color Cylindrical-coordinate representation of color #BD9EA0: hue angle of 356.13º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9EA0 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 160 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.26 |
| HSL | 356.13º | 0.19% | 0.68% | - |
| HSV(B) | 356.13º | 0.16% | 0.74% | - |
| XYZ | 39.56 | 37.81 | 38.47 | - |
| YUV | 167.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 160 | 0 | 0.16 | 0.15 | 0.26 | 356.13 | 0.19 | 0.68 |
| Hex | BD | 9E | A0 | 0 | 10 | F | 1A | 164 | 13 | 44 |
| Octal | 275 | 236 | 240 | 0 | 20 | 17 | 32 | 544 | 23 | 104 |
| Binary | 10111101 | 10011110 | 10100000 | 0 | 10000 | 1111 | 11010 | 101100100 | 10011 | 1000100 |
Color Harmonies of #BD9EA0
Complementary color
Monochromatic Colors of #BD9EA0
Black with #BD9EA0
Text Example
Text Example
White with #BD9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9EA0; }
p { color: rgb(189,158,160); }
H1.HeaderClassName
{
color: #BD9EA0;
}
.AnyTagClassName
{
color: #BD9EA0;
}
</style>
background-color css
<style>
a { background-color: #BD9EA0; }
a { background-color: rgb(189,158,160); }
div.DivClassName
{
background-color: #BD9EA0;
}
.BgClassName
{
background-color: #BD9EA0;
}
</style>
border-color css
<style>
span { border-color: #BD9EA0; }
span { border-color: rgb(189,158,160); }
td.TdClassName
{
border-color: #BD9EA0;
}
.TagClassName
{
border-color: #BD9EA0;
}
</style>