Shades of Monte Carlo #82BDB7
Tints of Monte Carlo #82BDB7
RGB
CMYK
RGB Variations
Color information
#82BDB7 (or 0x82BDB7) is known color: Monte Carlo. HEX triplet: 82, BD and B7. RGB value is (130,189,183). Sum of RGB (Red+Green+Blue) = 130+189+183=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDB7 is #7D4248. Grayscale: #AAAAAA. Windows color (decimal): -8208969 or 12041602. OLE color: 12041602.
HSL color Cylindrical-coordinate representation of color #82BDB7: hue angle of 173.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDB7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 183 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.26 |
| HSL | 173.9º | 0.31% | 0.63% | - |
| HSV(B) | 173.9º | 0.31% | 0.74% | - |
| XYZ | 35.95 | 44.56 | 51.51 | - |
| YUV | 170.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 183 | 0.31 | 0 | 0.03 | 0.26 | 173.9 | 0.31 | 0.63 |
| Hex | 82 | BD | B7 | 1F | 0 | 3 | 1A | AE | 1F | 3F |
| Octal | 202 | 275 | 267 | 37 | 0 | 3 | 32 | 256 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10110111 | 11111 | 0 | 11 | 11010 | 10101110 | 11111 | 111111 |
Color Harmonies of #82BDB7
Complementary color
Monochromatic Colors of #82BDB7
Black with #82BDB7
Text Example
Text Example
White with #82BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDB7; }
p { color: rgb(130,189,183); }
H1.HeaderClassName
{
color: #82BDB7;
}
.AnyTagClassName
{
color: #82BDB7;
}
</style>
background-color css
<style>
a { background-color: #82BDB7; }
a { background-color: rgb(130,189,183); }
div.DivClassName
{
background-color: #82BDB7;
}
.BgClassName
{
background-color: #82BDB7;
}
</style>
border-color css
<style>
span { border-color: #82BDB7; }
span { border-color: rgb(130,189,183); }
td.TdClassName
{
border-color: #82BDB7;
}
.TagClassName
{
border-color: #82BDB7;
}
</style>