Shades of Careys Pink #BD9498
Tints of Careys Pink #BD9498
RGB
CMYK
RGB Variations
Color information
#BD9498 (or 0xBD9498) is known color: Careys Pink. HEX triplet: BD, 94 and 98. RGB value is (189,148,152). Sum of RGB (Red+Green+Blue) = 189+148+152=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9498 is #426B67. Grayscale: #A0A0A0. Windows color (decimal): -4352872 or 9999549. OLE color: 9999549.
HSL color Cylindrical-coordinate representation of color #BD9498: hue angle of 354.15º 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 #BD9498 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 152 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.26 |
| HSL | 354.15º | 0.24% | 0.66% | - |
| HSV(B) | 354.15º | 0.22% | 0.74% | - |
| XYZ | 37.24 | 34.27 | 34.36 | - |
| YUV | 160.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 152 | 0 | 0.22 | 0.20 | 0.26 | 354.15 | 0.24 | 0.66 |
| Hex | BD | 94 | 98 | 0 | 16 | 14 | 1A | 162 | 18 | 42 |
| Octal | 275 | 224 | 230 | 0 | 26 | 24 | 32 | 542 | 30 | 102 |
| Binary | 10111101 | 10010100 | 10011000 | 0 | 10110 | 10100 | 11010 | 101100010 | 11000 | 1000010 |
Color Harmonies of #BD9498
Complementary color
Monochromatic Colors of #BD9498
Black with #BD9498
Text Example
Text Example
White with #BD9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9498; }
p { color: rgb(189,148,152); }
H1.HeaderClassName
{
color: #BD9498;
}
.AnyTagClassName
{
color: #BD9498;
}
</style>
background-color css
<style>
a { background-color: #BD9498; }
a { background-color: rgb(189,148,152); }
div.DivClassName
{
background-color: #BD9498;
}
.BgClassName
{
background-color: #BD9498;
}
</style>
border-color css
<style>
span { border-color: #BD9498; }
span { border-color: rgb(189,148,152); }
td.TdClassName
{
border-color: #BD9498;
}
.TagClassName
{
border-color: #BD9498;
}
</style>