Shades of Careys Pink #BD999F
Tints of Careys Pink #BD999F
RGB
CMYK
RGB Variations
Color information
#BD999F (or 0xBD999F) is known color: Careys Pink. HEX triplet: BD, 99 and 9F. RGB value is (189,153,159). Sum of RGB (Red+Green+Blue) = 189+153+159=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999F is #426660. Grayscale: #A4A4A4. Windows color (decimal): -4351585 or 10459581. OLE color: 10459581.
HSL color Cylindrical-coordinate representation of color #BD999F: hue angle of 350º 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 #BD999F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 159 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.26 |
| HSL | 350º | 0.21% | 0.67% | - |
| HSV(B) | 350º | 0.19% | 0.74% | - |
| XYZ | 38.64 | 36.1 | 37.73 | - |
| YUV | 164.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 159 | 0 | 0.19 | 0.16 | 0.26 | 350 | 0.21 | 0.67 |
| Hex | BD | 99 | 9F | 0 | 13 | 10 | 1A | 15E | 15 | 43 |
| Octal | 275 | 231 | 237 | 0 | 23 | 20 | 32 | 536 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10011111 | 0 | 10011 | 10000 | 11010 | 101011110 | 10101 | 1000011 |
Color Harmonies of #BD999F
Complementary color
Monochromatic Colors of #BD999F
Black with #BD999F
Text Example
Text Example
White with #BD999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD999F; }
p { color: rgb(189,153,159); }
H1.HeaderClassName
{
color: #BD999F;
}
.AnyTagClassName
{
color: #BD999F;
}
</style>
background-color css
<style>
a { background-color: #BD999F; }
a { background-color: rgb(189,153,159); }
div.DivClassName
{
background-color: #BD999F;
}
.BgClassName
{
background-color: #BD999F;
}
</style>
border-color css
<style>
span { border-color: #BD999F; }
span { border-color: rgb(189,153,159); }
td.TdClassName
{
border-color: #BD999F;
}
.TagClassName
{
border-color: #BD999F;
}
</style>