Shades of Careys Pink #BD9799
Tints of Careys Pink #BD9799
RGB
CMYK
RGB Variations
Color information
#BD9799 (or 0xBD9799) is known color: Careys Pink. HEX triplet: BD, 97 and 99. RGB value is (189,151,153). Sum of RGB (Red+Green+Blue) = 189+151+153=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9799 is #426866. Grayscale: #A2A2A2. Windows color (decimal): -4352103 or 10065853. OLE color: 10065853.
HSL color Cylindrical-coordinate representation of color #BD9799: hue angle of 356.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9799 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 153 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.26 |
| HSL | 356.84º | 0.22% | 0.67% | - |
| HSV(B) | 356.84º | 0.2% | 0.74% | - |
| XYZ | 37.8 | 35.25 | 34.95 | - |
| YUV | 162.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 153 | 0 | 0.20 | 0.19 | 0.26 | 356.84 | 0.22 | 0.67 |
| Hex | BD | 97 | 99 | 0 | 14 | 13 | 1A | 165 | 16 | 43 |
| Octal | 275 | 227 | 231 | 0 | 24 | 23 | 32 | 545 | 26 | 103 |
| Binary | 10111101 | 10010111 | 10011001 | 0 | 10100 | 10011 | 11010 | 101100101 | 10110 | 1000011 |
Color Harmonies of #BD9799
Complementary color
Monochromatic Colors of #BD9799
Black with #BD9799
Text Example
Text Example
White with #BD9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9799; }
p { color: rgb(189,151,153); }
H1.HeaderClassName
{
color: #BD9799;
}
.AnyTagClassName
{
color: #BD9799;
}
</style>
background-color css
<style>
a { background-color: #BD9799; }
a { background-color: rgb(189,151,153); }
div.DivClassName
{
background-color: #BD9799;
}
.BgClassName
{
background-color: #BD9799;
}
</style>
border-color css
<style>
span { border-color: #BD9799; }
span { border-color: rgb(189,151,153); }
td.TdClassName
{
border-color: #BD9799;
}
.TagClassName
{
border-color: #BD9799;
}
</style>