Shades of Oyster Pink #D5BCBB
Tints of Oyster Pink #D5BCBB
RGB
CMYK
RGB Variations
Color information
#D5BCBB (or 0xD5BCBB) is known color: Oyster Pink. HEX triplet: D5, BC and BB. RGB value is (213,188,187). Sum of RGB (Red+Green+Blue) = 213+188+187=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCBB is #2A4344. Grayscale: #C3C3C3. Windows color (decimal): -2769733 or 12303573. OLE color: 12303573.
HSL color Cylindrical-coordinate representation of color #D5BCBB: hue angle of 2.31º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCBB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 187 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.16 |
| HSL | 2.31º | 0.24% | 0.78% | - |
| HSV(B) | 2.31º | 0.12% | 0.84% | - |
| XYZ | 54.39 | 53.7 | 54.51 | - |
| YUV | 195.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 187 | 0 | 0.12 | 0.12 | 0.16 | 2.31 | 0.24 | 0.78 |
| Hex | D5 | BC | BB | 0 | C | C | 10 | 2 | 18 | 4E |
| Octal | 325 | 274 | 273 | 0 | 14 | 14 | 20 | 2 | 30 | 116 |
| Binary | 11010101 | 10111100 | 10111011 | 0 | 1100 | 1100 | 10000 | 10 | 11000 | 1001110 |
Color Harmonies of #D5BCBB
Complementary color
Monochromatic Colors of #D5BCBB
Black with #D5BCBB
Text Example
Text Example
White with #D5BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCBB; }
p { color: rgb(213,188,187); }
H1.HeaderClassName
{
color: #D5BCBB;
}
.AnyTagClassName
{
color: #D5BCBB;
}
</style>
background-color css
<style>
a { background-color: #D5BCBB; }
a { background-color: rgb(213,188,187); }
div.DivClassName
{
background-color: #D5BCBB;
}
.BgClassName
{
background-color: #D5BCBB;
}
</style>
border-color css
<style>
span { border-color: #D5BCBB; }
span { border-color: rgb(213,188,187); }
td.TdClassName
{
border-color: #D5BCBB;
}
.TagClassName
{
border-color: #D5BCBB;
}
</style>