Shades of Bermuda #8CCDBA
Tints of Bermuda #8CCDBA
RGB
CMYK
RGB Variations
Color information
#8CCDBA (or 0x8CCDBA) is known color: Bermuda. HEX triplet: 8C, CD and BA. RGB value is (140,205,186). Sum of RGB (Red+Green+Blue) = 140+205+186=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDBA is #733245. Grayscale: #B7B7B7. Windows color (decimal): -7549510 or 12242316. OLE color: 12242316.
HSL color Cylindrical-coordinate representation of color #8CCDBA: hue angle of 162.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDBA is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 186 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.20 |
| HSL | 162.46º | 0.39% | 0.68% | - |
| HSV(B) | 162.46º | 0.32% | 0.8% | - |
| XYZ | 41.51 | 52.78 | 54.45 | - |
| YUV | 183.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 186 | 0.32 | 0 | 0.09 | 0.20 | 162.46 | 0.39 | 0.68 |
| Hex | 8C | CD | BA | 20 | 0 | 9 | 14 | A2 | 27 | 44 |
| Octal | 214 | 315 | 272 | 40 | 0 | 11 | 24 | 242 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10111010 | 100000 | 0 | 1001 | 10100 | 10100010 | 100111 | 1000100 |
Color Harmonies of #8CCDBA
Complementary color
Monochromatic Colors of #8CCDBA
Black with #8CCDBA
Text Example
Text Example
White with #8CCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDBA; }
p { color: rgb(140,205,186); }
H1.HeaderClassName
{
color: #8CCDBA;
}
.AnyTagClassName
{
color: #8CCDBA;
}
</style>
background-color css
<style>
a { background-color: #8CCDBA; }
a { background-color: rgb(140,205,186); }
div.DivClassName
{
background-color: #8CCDBA;
}
.BgClassName
{
background-color: #8CCDBA;
}
</style>
border-color css
<style>
span { border-color: #8CCDBA; }
span { border-color: rgb(140,205,186); }
td.TdClassName
{
border-color: #8CCDBA;
}
.TagClassName
{
border-color: #8CCDBA;
}
</style>