Shades of Bermuda #8BC9BB
Tints of Bermuda #8BC9BB
RGB
CMYK
RGB Variations
Color information
#8BC9BB (or 0x8BC9BB) is known color: Bermuda. HEX triplet: 8B, C9 and BB. RGB value is (139,201,187). Sum of RGB (Red+Green+Blue) = 139+201+187=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC9BB is #743644. Grayscale: #B4B4B4. Windows color (decimal): -7616069 or 12306827. OLE color: 12306827.
HSL color Cylindrical-coordinate representation of color #8BC9BB: hue angle of 166.45º 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 #8BC9BB is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 187 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.21 |
| HSL | 166.45º | 0.36% | 0.67% | - |
| HSV(B) | 166.45º | 0.31% | 0.79% | - |
| XYZ | 40.5 | 50.85 | 54.69 | - |
| YUV | 180.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 187 | 0.31 | 0 | 0.07 | 0.21 | 166.45 | 0.36 | 0.67 |
| Hex | 8B | C9 | BB | 1F | 0 | 7 | 15 | A6 | 24 | 43 |
| Octal | 213 | 311 | 273 | 37 | 0 | 7 | 25 | 246 | 44 | 103 |
| Binary | 10001011 | 11001001 | 10111011 | 11111 | 0 | 111 | 10101 | 10100110 | 100100 | 1000011 |
Color Harmonies of #8BC9BB
Complementary color
Monochromatic Colors of #8BC9BB
Black with #8BC9BB
Text Example
Text Example
White with #8BC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9BB; }
p { color: rgb(139,201,187); }
H1.HeaderClassName
{
color: #8BC9BB;
}
.AnyTagClassName
{
color: #8BC9BB;
}
</style>
background-color css
<style>
a { background-color: #8BC9BB; }
a { background-color: rgb(139,201,187); }
div.DivClassName
{
background-color: #8BC9BB;
}
.BgClassName
{
background-color: #8BC9BB;
}
</style>
border-color css
<style>
span { border-color: #8BC9BB; }
span { border-color: rgb(139,201,187); }
td.TdClassName
{
border-color: #8BC9BB;
}
.TagClassName
{
border-color: #8BC9BB;
}
</style>