Shades of Careys Pink #BD999C
Tints of Careys Pink #BD999C
RGB
CMYK
RGB Variations
Color information
#BD999C (or 0xBD999C) is known color: Careys Pink. HEX triplet: BD, 99 and 9C. RGB value is (189,153,156). Sum of RGB (Red+Green+Blue) = 189+153+156=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999C is #426663. Grayscale: #A4A4A4. Windows color (decimal): -4351588 or 10262973. OLE color: 10262973.
HSL color Cylindrical-coordinate representation of color #BD999C: hue angle of 355º 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 #BD999C is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 156 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.26 |
| HSL | 355º | 0.21% | 0.67% | - |
| HSV(B) | 355º | 0.19% | 0.74% | - |
| XYZ | 38.38 | 36 | 36.38 | - |
| YUV | 164.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 156 | 0 | 0.19 | 0.17 | 0.26 | 355 | 0.21 | 0.67 |
| Hex | BD | 99 | 9C | 0 | 13 | 11 | 1A | 163 | 15 | 43 |
| Octal | 275 | 231 | 234 | 0 | 23 | 21 | 32 | 543 | 25 | 103 |
| Binary | 10111101 | 10011001 | 10011100 | 0 | 10011 | 10001 | 11010 | 101100011 | 10101 | 1000011 |
Color Harmonies of #BD999C
Complementary color
Monochromatic Colors of #BD999C
Black with #BD999C
Text Example
Text Example
White with #BD999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD999C; }
p { color: rgb(189,153,156); }
H1.HeaderClassName
{
color: #BD999C;
}
.AnyTagClassName
{
color: #BD999C;
}
</style>
background-color css
<style>
a { background-color: #BD999C; }
a { background-color: rgb(189,153,156); }
div.DivClassName
{
background-color: #BD999C;
}
.BgClassName
{
background-color: #BD999C;
}
</style>
border-color css
<style>
span { border-color: #BD999C; }
span { border-color: rgb(189,153,156); }
td.TdClassName
{
border-color: #BD999C;
}
.TagClassName
{
border-color: #BD999C;
}
</style>