Shades of Oriental Pink #BC9088
Tints of Oriental Pink #BC9088
RGB
CMYK
RGB Variations
Color information
#BC9088 (or 0xBC9088) is known color: Oriental Pink. HEX triplet: BC, 90 and 88. RGB value is (188,144,136). Sum of RGB (Red+Green+Blue) = 188+144+136=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9088 is #436F77. Grayscale: #9C9C9C. Windows color (decimal): -4419448 or 8949948. OLE color: 8949948.
HSL color Cylindrical-coordinate representation of color #BC9088: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9088 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 136 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.26 |
| HSL | 9.23º | 0.28% | 0.64% | - |
| HSV(B) | 9.23º | 0.28% | 0.74% | - |
| XYZ | 35.16 | 32.42 | 27.7 | - |
| YUV | 156.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 136 | 0 | 0.23 | 0.28 | 0.26 | 9.23 | 0.28 | 0.64 |
| Hex | BC | 90 | 88 | 0 | 17 | 1C | 1A | 9 | 1C | 40 |
| Octal | 274 | 220 | 210 | 0 | 27 | 34 | 32 | 11 | 34 | 100 |
| Binary | 10111100 | 10010000 | 10001000 | 0 | 10111 | 11100 | 11010 | 1001 | 11100 | 1000000 |
Color Harmonies of #BC9088
Complementary color
Monochromatic Colors of #BC9088
Black with #BC9088
Text Example
Text Example
White with #BC9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9088; }
p { color: rgb(188,144,136); }
H1.HeaderClassName
{
color: #BC9088;
}
.AnyTagClassName
{
color: #BC9088;
}
</style>
background-color css
<style>
a { background-color: #BC9088; }
a { background-color: rgb(188,144,136); }
div.DivClassName
{
background-color: #BC9088;
}
.BgClassName
{
background-color: #BC9088;
}
</style>
border-color css
<style>
span { border-color: #BC9088; }
span { border-color: rgb(188,144,136); }
td.TdClassName
{
border-color: #BC9088;
}
.TagClassName
{
border-color: #BC9088;
}
</style>