Shades of Bermuda #8BC8BB
Tints of Bermuda #8BC8BB
RGB
CMYK
RGB Variations
Color information
#8BC8BB (or 0x8BC8BB) is known color: Bermuda. HEX triplet: 8B, C8 and BB. RGB value is (139,200,187). Sum of RGB (Red+Green+Blue) = 139+200+187=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8BB is #743744. Grayscale: #B4B4B4. Windows color (decimal): -7616325 or 12306571. OLE color: 12306571.
HSL color Cylindrical-coordinate representation of color #8BC8BB: hue angle of 167.21º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8BB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 187 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.22 |
| HSL | 167.21º | 0.36% | 0.66% | - |
| HSV(B) | 167.21º | 0.31% | 0.78% | - |
| XYZ | 40.27 | 50.39 | 54.62 | - |
| YUV | 180.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 187 | 0.30 | 0 | 0.06 | 0.22 | 167.21 | 0.36 | 0.66 |
| Hex | 8B | C8 | BB | 1E | 0 | 6 | 16 | A7 | 24 | 42 |
| Octal | 213 | 310 | 273 | 36 | 0 | 6 | 26 | 247 | 44 | 102 |
| Binary | 10001011 | 11001000 | 10111011 | 11110 | 0 | 110 | 10110 | 10100111 | 100100 | 1000010 |
Color Harmonies of #8BC8BB
Complementary color
Monochromatic Colors of #8BC8BB
Black with #8BC8BB
Text Example
Text Example
White with #8BC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8BB; }
p { color: rgb(139,200,187); }
H1.HeaderClassName
{
color: #8BC8BB;
}
.AnyTagClassName
{
color: #8BC8BB;
}
</style>
background-color css
<style>
a { background-color: #8BC8BB; }
a { background-color: rgb(139,200,187); }
div.DivClassName
{
background-color: #8BC8BB;
}
.BgClassName
{
background-color: #8BC8BB;
}
</style>
border-color css
<style>
span { border-color: #8BC8BB; }
span { border-color: rgb(139,200,187); }
td.TdClassName
{
border-color: #8BC8BB;
}
.TagClassName
{
border-color: #8BC8BB;
}
</style>