Shades of Careys Pink #BD9495
Tints of Careys Pink #BD9495
RGB
CMYK
RGB Variations
Color information
#BD9495 (or 0xBD9495) is known color: Careys Pink. HEX triplet: BD, 94 and 95. RGB value is (189,148,149). Sum of RGB (Red+Green+Blue) = 189+148+149=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9495 is #426B6A. Grayscale: #A0A0A0. Windows color (decimal): -4352875 or 9802941. OLE color: 9802941.
HSL color Cylindrical-coordinate representation of color #BD9495: hue angle of 358.54º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD9495 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 149 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.26 |
| HSL | 358.54º | 0.24% | 0.66% | - |
| HSV(B) | 358.54º | 0.22% | 0.74% | - |
| XYZ | 37 | 34.17 | 33.08 | - |
| YUV | 160.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 149 | 0 | 0.22 | 0.21 | 0.26 | 358.54 | 0.24 | 0.66 |
| Hex | BD | 94 | 95 | 0 | 16 | 15 | 1A | 167 | 18 | 42 |
| Octal | 275 | 224 | 225 | 0 | 26 | 25 | 32 | 547 | 30 | 102 |
| Binary | 10111101 | 10010100 | 10010101 | 0 | 10110 | 10101 | 11010 | 101100111 | 11000 | 1000010 |
Color Harmonies of #BD9495
Complementary color
Monochromatic Colors of #BD9495
Black with #BD9495
Text Example
Text Example
White with #BD9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9495; }
p { color: rgb(189,148,149); }
H1.HeaderClassName
{
color: #BD9495;
}
.AnyTagClassName
{
color: #BD9495;
}
</style>
background-color css
<style>
a { background-color: #BD9495; }
a { background-color: rgb(189,148,149); }
div.DivClassName
{
background-color: #BD9495;
}
.BgClassName
{
background-color: #BD9495;
}
</style>
border-color css
<style>
span { border-color: #BD9495; }
span { border-color: rgb(189,148,149); }
td.TdClassName
{
border-color: #BD9495;
}
.TagClassName
{
border-color: #BD9495;
}
</style>