Shades of Monte Carlo #89BFB4
Tints of Monte Carlo #89BFB4
RGB
CMYK
RGB Variations
Color information
#89BFB4 (or 0x89BFB4) is known color: Monte Carlo. HEX triplet: 89, BF and B4. RGB value is (137,191,180). Sum of RGB (Red+Green+Blue) = 137+191+180=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFB4 is #76404B. Grayscale: #ADADAD. Windows color (decimal): -7749708 or 11845513. OLE color: 11845513.
HSL color Cylindrical-coordinate representation of color #89BFB4: hue angle of 167.78º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFB4 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 180 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.25 |
| HSL | 167.78º | 0.3% | 0.64% | - |
| HSV(B) | 167.78º | 0.28% | 0.75% | - |
| XYZ | 37.19 | 45.88 | 50.07 | - |
| YUV | 173.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 180 | 0.28 | 0 | 0.06 | 0.25 | 167.78 | 0.3 | 0.64 |
| Hex | 89 | BF | B4 | 1C | 0 | 6 | 19 | A8 | 1E | 40 |
| Octal | 211 | 277 | 264 | 34 | 0 | 6 | 31 | 250 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10110100 | 11100 | 0 | 110 | 11001 | 10101000 | 11110 | 1000000 |
Color Harmonies of #89BFB4
Complementary color
Monochromatic Colors of #89BFB4
Black with #89BFB4
Text Example
Text Example
White with #89BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BFB4; }
p { color: rgb(137,191,180); }
H1.HeaderClassName
{
color: #89BFB4;
}
.AnyTagClassName
{
color: #89BFB4;
}
</style>
background-color css
<style>
a { background-color: #89BFB4; }
a { background-color: rgb(137,191,180); }
div.DivClassName
{
background-color: #89BFB4;
}
.BgClassName
{
background-color: #89BFB4;
}
</style>
border-color css
<style>
span { border-color: #89BFB4; }
span { border-color: rgb(137,191,180); }
td.TdClassName
{
border-color: #89BFB4;
}
.TagClassName
{
border-color: #89BFB4;
}
</style>