Shades of Bermuda #8BC4BC
Tints of Bermuda #8BC4BC
RGB
CMYK
RGB Variations
Color information
#8BC4BC (or 0x8BC4BC) is known color: Bermuda. HEX triplet: 8B, C4 and BC. RGB value is (139,196,188). Sum of RGB (Red+Green+Blue) = 139+196+188=523 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.58% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC4BC is #743B43. Grayscale: #B2B2B2. Windows color (decimal): -7617348 or 12371083. OLE color: 12371083.
HSL color Cylindrical-coordinate representation of color #8BC4BC: hue angle of 171.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC4BC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 188 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.23 |
| HSL | 171.58º | 0.33% | 0.66% | - |
| HSV(B) | 171.58º | 0.29% | 0.77% | - |
| XYZ | 39.46 | 48.6 | 54.88 | - |
| YUV | 178.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 188 | 0.29 | 0 | 0.04 | 0.23 | 171.58 | 0.33 | 0.66 |
| Hex | 8B | C4 | BC | 1D | 0 | 4 | 17 | AC | 21 | 42 |
| Octal | 213 | 304 | 274 | 35 | 0 | 4 | 27 | 254 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10111100 | 11101 | 0 | 100 | 10111 | 10101100 | 100001 | 1000010 |
Color Harmonies of #8BC4BC
Complementary color
Monochromatic Colors of #8BC4BC
Black with #8BC4BC
Text Example
Text Example
White with #8BC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC4BC; }
p { color: rgb(139,196,188); }
H1.HeaderClassName
{
color: #8BC4BC;
}
.AnyTagClassName
{
color: #8BC4BC;
}
</style>
background-color css
<style>
a { background-color: #8BC4BC; }
a { background-color: rgb(139,196,188); }
div.DivClassName
{
background-color: #8BC4BC;
}
.BgClassName
{
background-color: #8BC4BC;
}
</style>
border-color css
<style>
span { border-color: #8BC4BC; }
span { border-color: rgb(139,196,188); }
td.TdClassName
{
border-color: #8BC4BC;
}
.TagClassName
{
border-color: #8BC4BC;
}
</style>