Shades of Careys Pink #BD9C9F
Tints of Careys Pink #BD9C9F
RGB
CMYK
RGB Variations
Color information
#BD9C9F (or 0xBD9C9F) is known color: Careys Pink. HEX triplet: BD, 9C and 9F. RGB value is (189,156,159). Sum of RGB (Red+Green+Blue) = 189+156+159=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C9F is #426360. Grayscale: #A6A6A6. Windows color (decimal): -4350817 or 10460349. OLE color: 10460349.
HSL color Cylindrical-coordinate representation of color #BD9C9F: hue angle of 354.55º 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 #BD9C9F is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 159 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.26 |
| HSL | 354.55º | 0.2% | 0.68% | - |
| HSV(B) | 354.55º | 0.17% | 0.74% | - |
| XYZ | 39.13 | 37.1 | 37.9 | - |
| YUV | 166.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 159 | 0 | 0.17 | 0.16 | 0.26 | 354.55 | 0.2 | 0.68 |
| Hex | BD | 9C | 9F | 0 | 11 | 10 | 1A | 163 | 14 | 44 |
| Octal | 275 | 234 | 237 | 0 | 21 | 20 | 32 | 543 | 24 | 104 |
| Binary | 10111101 | 10011100 | 10011111 | 0 | 10001 | 10000 | 11010 | 101100011 | 10100 | 1000100 |
Color Harmonies of #BD9C9F
Complementary color
Monochromatic Colors of #BD9C9F
Black with #BD9C9F
Text Example
Text Example
White with #BD9C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C9F; }
p { color: rgb(189,156,159); }
H1.HeaderClassName
{
color: #BD9C9F;
}
.AnyTagClassName
{
color: #BD9C9F;
}
</style>
background-color css
<style>
a { background-color: #BD9C9F; }
a { background-color: rgb(189,156,159); }
div.DivClassName
{
background-color: #BD9C9F;
}
.BgClassName
{
background-color: #BD9C9F;
}
</style>
border-color css
<style>
span { border-color: #BD9C9F; }
span { border-color: rgb(189,156,159); }
td.TdClassName
{
border-color: #BD9C9F;
}
.TagClassName
{
border-color: #BD9C9F;
}
</style>