Shades of Careys Pink #BD999E
Tints of Careys Pink #BD999E
RGB
CMYK
RGB Variations
Color information
#BD999E (or 0xBD999E) is known color: Careys Pink. HEX triplet: BD, 99 and 9E. RGB value is (189,153,158). Sum of RGB (Red+Green+Blue) = 189+153+158=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999E is #426661. Grayscale: #A4A4A4. Windows color (decimal): -4351586 or 10394045. OLE color: 10394045.
HSL color Cylindrical-coordinate representation of color #BD999E: hue angle of 351.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 #BD999E is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 158 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.26 |
| HSL | 351.67º | 0.21% | 0.67% | - |
| HSV(B) | 351.67º | 0.19% | 0.74% | - |
| XYZ | 38.55 | 36.07 | 37.28 | - |
| YUV | 164.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 158 | 0 | 0.19 | 0.16 | 0.26 | 351.67 | 0.21 | 0.67 |
| Hex | BD | 99 | 9E | 0 | 13 | 10 | 1A | 160 | 15 | 43 |
| Octal | 275 | 231 | 236 | 0 | 23 | 20 | 32 | 540 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10011110 | 0 | 10011 | 10000 | 11010 | 101100000 | 10101 | 1000011 |
Color Harmonies of #BD999E
Complementary color
Monochromatic Colors of #BD999E
Black with #BD999E
Text Example
Text Example
White with #BD999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD999E; }
p { color: rgb(189,153,158); }
H1.HeaderClassName
{
color: #BD999E;
}
.AnyTagClassName
{
color: #BD999E;
}
</style>
background-color css
<style>
a { background-color: #BD999E; }
a { background-color: rgb(189,153,158); }
div.DivClassName
{
background-color: #BD999E;
}
.BgClassName
{
background-color: #BD999E;
}
</style>
border-color css
<style>
span { border-color: #BD999E; }
span { border-color: rgb(189,153,158); }
td.TdClassName
{
border-color: #BD999E;
}
.TagClassName
{
border-color: #BD999E;
}
</style>