Shades of Careys Pink #BD9C9D
Tints of Careys Pink #BD9C9D
RGB
CMYK
RGB Variations
Color information
#BD9C9D (or 0xBD9C9D) is known color: Careys Pink. HEX triplet: BD, 9C and 9D. RGB value is (189,156,157). Sum of RGB (Red+Green+Blue) = 189+156+157=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C9D is #426362. Grayscale: #A6A6A6. Windows color (decimal): -4350819 or 10329277. OLE color: 10329277.
HSL color Cylindrical-coordinate representation of color #BD9C9D: hue angle of 358.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9C9D is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 157 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.26 |
| HSL | 358.18º | 0.2% | 0.68% | - |
| HSV(B) | 358.18º | 0.17% | 0.74% | - |
| XYZ | 38.96 | 37.03 | 36.99 | - |
| YUV | 165.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 157 | 0 | 0.17 | 0.17 | 0.26 | 358.18 | 0.2 | 0.68 |
| Hex | BD | 9C | 9D | 0 | 11 | 11 | 1A | 166 | 14 | 44 |
| Octal | 275 | 234 | 235 | 0 | 21 | 21 | 32 | 546 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10011101 | 0 | 10001 | 10001 | 11010 | 101100110 | 10100 | 1000100 |
Color Harmonies of #BD9C9D
Complementary color
Monochromatic Colors of #BD9C9D
Black with #BD9C9D
Text Example
Text Example
White with #BD9C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C9D; }
p { color: rgb(189,156,157); }
H1.HeaderClassName
{
color: #BD9C9D;
}
.AnyTagClassName
{
color: #BD9C9D;
}
</style>
background-color css
<style>
a { background-color: #BD9C9D; }
a { background-color: rgb(189,156,157); }
div.DivClassName
{
background-color: #BD9C9D;
}
.BgClassName
{
background-color: #BD9C9D;
}
</style>
border-color css
<style>
span { border-color: #BD9C9D; }
span { border-color: rgb(189,156,157); }
td.TdClassName
{
border-color: #BD9C9D;
}
.TagClassName
{
border-color: #BD9C9D;
}
</style>