Shades of Bermuda #8BC9BC
Tints of Bermuda #8BC9BC
RGB
CMYK
RGB Variations
Color information
#8BC9BC (or 0x8BC9BC) is known color: Bermuda. HEX triplet: 8B, C9 and BC. RGB value is (139,201,188). Sum of RGB (Red+Green+Blue) = 139+201+188=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9BC is #743643. Grayscale: #B4B4B4. Windows color (decimal): -7616068 or 12372363. OLE color: 12372363.
HSL color Cylindrical-coordinate representation of color #8BC9BC: hue angle of 167.42º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC9BC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 188 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.21 |
| HSL | 167.42º | 0.36% | 0.67% | - |
| HSV(B) | 167.42º | 0.31% | 0.79% | - |
| XYZ | 40.61 | 50.89 | 55.26 | - |
| YUV | 180.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 188 | 0.31 | 0 | 0.06 | 0.21 | 167.42 | 0.36 | 0.67 |
| Hex | 8B | C9 | BC | 1F | 0 | 6 | 15 | A7 | 24 | 43 |
| Octal | 213 | 311 | 274 | 37 | 0 | 6 | 25 | 247 | 44 | 103 |
| Binary | 10001011 | 11001001 | 10111100 | 11111 | 0 | 110 | 10101 | 10100111 | 100100 | 1000011 |
Color Harmonies of #8BC9BC
Complementary color
Monochromatic Colors of #8BC9BC
Black with #8BC9BC
Text Example
Text Example
White with #8BC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9BC; }
p { color: rgb(139,201,188); }
H1.HeaderClassName
{
color: #8BC9BC;
}
.AnyTagClassName
{
color: #8BC9BC;
}
</style>
background-color css
<style>
a { background-color: #8BC9BC; }
a { background-color: rgb(139,201,188); }
div.DivClassName
{
background-color: #8BC9BC;
}
.BgClassName
{
background-color: #8BC9BC;
}
</style>
border-color css
<style>
span { border-color: #8BC9BC; }
span { border-color: rgb(139,201,188); }
td.TdClassName
{
border-color: #8BC9BC;
}
.TagClassName
{
border-color: #8BC9BC;
}
</style>