Shades of Careys Pink #BD9A9D
Tints of Careys Pink #BD9A9D
RGB
CMYK
RGB Variations
Color information
#BD9A9D (or 0xBD9A9D) is known color: Careys Pink. HEX triplet: BD, 9A and 9D. RGB value is (189,154,157). Sum of RGB (Red+Green+Blue) = 189+154+157=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A9D is #426562. Grayscale: #A4A4A4. Windows color (decimal): -4351331 or 10328765. OLE color: 10328765.
HSL color Cylindrical-coordinate representation of color #BD9A9D: hue angle of 354.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9A9D is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 157 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.26 |
| HSL | 354.86º | 0.21% | 0.67% | - |
| HSV(B) | 354.86º | 0.19% | 0.74% | - |
| XYZ | 38.63 | 36.36 | 36.88 | - |
| YUV | 164.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 157 | 0 | 0.19 | 0.17 | 0.26 | 354.86 | 0.21 | 0.67 |
| Hex | BD | 9A | 9D | 0 | 13 | 11 | 1A | 163 | 15 | 43 |
| Octal | 275 | 232 | 235 | 0 | 23 | 21 | 32 | 543 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10011101 | 0 | 10011 | 10001 | 11010 | 101100011 | 10101 | 1000011 |
Color Harmonies of #BD9A9D
Complementary color
Monochromatic Colors of #BD9A9D
Black with #BD9A9D
Text Example
Text Example
White with #BD9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A9D; }
p { color: rgb(189,154,157); }
H1.HeaderClassName
{
color: #BD9A9D;
}
.AnyTagClassName
{
color: #BD9A9D;
}
</style>
background-color css
<style>
a { background-color: #BD9A9D; }
a { background-color: rgb(189,154,157); }
div.DivClassName
{
background-color: #BD9A9D;
}
.BgClassName
{
background-color: #BD9A9D;
}
</style>
border-color css
<style>
span { border-color: #BD9A9D; }
span { border-color: rgb(189,154,157); }
td.TdClassName
{
border-color: #BD9A9D;
}
.TagClassName
{
border-color: #BD9A9D;
}
</style>