Shades of Bermuda #8BCDBF
Tints of Bermuda #8BCDBF
RGB
CMYK
RGB Variations
Color information
#8BCDBF (or 0x8BCDBF) is known color: Bermuda. HEX triplet: 8B, CD and BF. RGB value is (139,205,191). Sum of RGB (Red+Green+Blue) = 139+205+191=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDBF is #743240. Grayscale: #B7B7B7. Windows color (decimal): -7615041 or 12569995. OLE color: 12569995.
HSL color Cylindrical-coordinate representation of color #8BCDBF: hue angle of 167.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDBF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 191 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.20 |
| HSL | 167.27º | 0.4% | 0.67% | - |
| HSV(B) | 167.27º | 0.32% | 0.8% | - |
| XYZ | 41.88 | 52.91 | 57.3 | - |
| YUV | 183.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 191 | 0.32 | 0 | 0.07 | 0.20 | 167.27 | 0.4 | 0.67 |
| Hex | 8B | CD | BF | 20 | 0 | 7 | 14 | A7 | 28 | 43 |
| Octal | 213 | 315 | 277 | 40 | 0 | 7 | 24 | 247 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10111111 | 100000 | 0 | 111 | 10100 | 10100111 | 101000 | 1000011 |
Color Harmonies of #8BCDBF
Complementary color
Monochromatic Colors of #8BCDBF
Black with #8BCDBF
Text Example
Text Example
White with #8BCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDBF; }
p { color: rgb(139,205,191); }
H1.HeaderClassName
{
color: #8BCDBF;
}
.AnyTagClassName
{
color: #8BCDBF;
}
</style>
background-color css
<style>
a { background-color: #8BCDBF; }
a { background-color: rgb(139,205,191); }
div.DivClassName
{
background-color: #8BCDBF;
}
.BgClassName
{
background-color: #8BCDBF;
}
</style>
border-color css
<style>
span { border-color: #8BCDBF; }
span { border-color: rgb(139,205,191); }
td.TdClassName
{
border-color: #8BCDBF;
}
.TagClassName
{
border-color: #8BCDBF;
}
</style>