Shades of Bermuda #8BC1BC
Tints of Bermuda #8BC1BC
RGB
CMYK
RGB Variations
Color information
#8BC1BC (or 0x8BC1BC) is known color: Bermuda. HEX triplet: 8B, C1 and BC. RGB value is (139,193,188). Sum of RGB (Red+Green+Blue) = 139+193+188=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1BC is #743E43. Grayscale: #B0B0B0. Windows color (decimal): -7618116 or 12370315. OLE color: 12370315.
HSL color Cylindrical-coordinate representation of color #8BC1BC: hue angle of 174.44º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BC1BC is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 188 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.24 |
| HSL | 174.44º | 0.3% | 0.65% | - |
| HSV(B) | 174.44º | 0.28% | 0.76% | - |
| XYZ | 38.79 | 47.26 | 54.65 | - |
| YUV | 176.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 188 | 0.28 | 0 | 0.03 | 0.24 | 174.44 | 0.3 | 0.65 |
| Hex | 8B | C1 | BC | 1C | 0 | 3 | 18 | AE | 1E | 41 |
| Octal | 213 | 301 | 274 | 34 | 0 | 3 | 30 | 256 | 36 | 101 |
| Binary | 10001011 | 11000001 | 10111100 | 11100 | 0 | 11 | 11000 | 10101110 | 11110 | 1000001 |
Color Harmonies of #8BC1BC
Complementary color
Monochromatic Colors of #8BC1BC
Black with #8BC1BC
Text Example
Text Example
White with #8BC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1BC; }
p { color: rgb(139,193,188); }
H1.HeaderClassName
{
color: #8BC1BC;
}
.AnyTagClassName
{
color: #8BC1BC;
}
</style>
background-color css
<style>
a { background-color: #8BC1BC; }
a { background-color: rgb(139,193,188); }
div.DivClassName
{
background-color: #8BC1BC;
}
.BgClassName
{
background-color: #8BC1BC;
}
</style>
border-color css
<style>
span { border-color: #8BC1BC; }
span { border-color: rgb(139,193,188); }
td.TdClassName
{
border-color: #8BC1BC;
}
.TagClassName
{
border-color: #8BC1BC;
}
</style>