Shades of Careys Pink #BD9598
Tints of Careys Pink #BD9598
RGB
CMYK
RGB Variations
Color information
#BD9598 (or 0xBD9598) is known color: Careys Pink. HEX triplet: BD, 95 and 98. RGB value is (189,149,152). Sum of RGB (Red+Green+Blue) = 189+149+152=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9598 is #426A67. Grayscale: #A1A1A1. Windows color (decimal): -4352616 or 9999805. OLE color: 9999805.
HSL color Cylindrical-coordinate representation of color #BD9598: hue angle of 355.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BD9598 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 152 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.26 |
| HSL | 355.5º | 0.23% | 0.66% | - |
| HSV(B) | 355.5º | 0.21% | 0.74% | - |
| XYZ | 37.4 | 34.58 | 34.41 | - |
| YUV | 161.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 152 | 0 | 0.21 | 0.20 | 0.26 | 355.5 | 0.23 | 0.66 |
| Hex | BD | 95 | 98 | 0 | 15 | 14 | 1A | 164 | 17 | 42 |
| Octal | 275 | 225 | 230 | 0 | 25 | 24 | 32 | 544 | 27 | 102 |
| Binary | 10111101 | 10010101 | 10011000 | 0 | 10101 | 10100 | 11010 | 101100100 | 10111 | 1000010 |
Color Harmonies of #BD9598
Complementary color
Monochromatic Colors of #BD9598
Black with #BD9598
Text Example
Text Example
White with #BD9598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9598; }
p { color: rgb(189,149,152); }
H1.HeaderClassName
{
color: #BD9598;
}
.AnyTagClassName
{
color: #BD9598;
}
</style>
background-color css
<style>
a { background-color: #BD9598; }
a { background-color: rgb(189,149,152); }
div.DivClassName
{
background-color: #BD9598;
}
.BgClassName
{
background-color: #BD9598;
}
</style>
border-color css
<style>
span { border-color: #BD9598; }
span { border-color: rgb(189,149,152); }
td.TdClassName
{
border-color: #BD9598;
}
.TagClassName
{
border-color: #BD9598;
}
</style>