Shades of Careys Pink #BD999B
Tints of Careys Pink #BD999B
RGB
CMYK
RGB Variations
Color information
#BD999B (or 0xBD999B) is known color: Careys Pink. HEX triplet: BD, 99 and 9B. RGB value is (189,153,155). Sum of RGB (Red+Green+Blue) = 189+153+155=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999B is #426664. Grayscale: #A4A4A4. Windows color (decimal): -4351589 or 10197437. OLE color: 10197437.
HSL color Cylindrical-coordinate representation of color #BD999B: hue angle of 356.67º 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 #BD999B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 155 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.26 |
| HSL | 356.67º | 0.21% | 0.67% | - |
| HSV(B) | 356.67º | 0.19% | 0.74% | - |
| XYZ | 38.29 | 35.97 | 35.93 | - |
| YUV | 163.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 155 | 0 | 0.19 | 0.18 | 0.26 | 356.67 | 0.21 | 0.67 |
| Hex | BD | 99 | 9B | 0 | 13 | 12 | 1A | 165 | 15 | 43 |
| Octal | 275 | 231 | 233 | 0 | 23 | 22 | 32 | 545 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10011011 | 0 | 10011 | 10010 | 11010 | 101100101 | 10101 | 1000011 |
Color Harmonies of #BD999B
Complementary color
Monochromatic Colors of #BD999B
Black with #BD999B
Text Example
Text Example
White with #BD999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD999B; }
p { color: rgb(189,153,155); }
H1.HeaderClassName
{
color: #BD999B;
}
.AnyTagClassName
{
color: #BD999B;
}
</style>
background-color css
<style>
a { background-color: #BD999B; }
a { background-color: rgb(189,153,155); }
div.DivClassName
{
background-color: #BD999B;
}
.BgClassName
{
background-color: #BD999B;
}
</style>
border-color css
<style>
span { border-color: #BD999B; }
span { border-color: rgb(189,153,155); }
td.TdClassName
{
border-color: #BD999B;
}
.TagClassName
{
border-color: #BD999B;
}
</style>