Shades of Bermuda #8BCDB9
Tints of Bermuda #8BCDB9
RGB
CMYK
RGB Variations
Color information
#8BCDB9 (or 0x8BCDB9) is known color: Bermuda. HEX triplet: 8B, CD and B9. RGB value is (139,205,185). Sum of RGB (Red+Green+Blue) = 139+205+185=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB9 is #743246. Grayscale: #B6B6B6. Windows color (decimal): -7615047 or 12176779. OLE color: 12176779.
HSL color Cylindrical-coordinate representation of color #8BCDB9: hue angle of 161.82º 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 #8BCDB9 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 185 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.20 |
| HSL | 161.82º | 0.4% | 0.67% | - |
| HSV(B) | 161.82º | 0.32% | 0.8% | - |
| XYZ | 41.24 | 52.65 | 53.89 | - |
| YUV | 182.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 185 | 0.32 | 0 | 0.10 | 0.20 | 161.82 | 0.4 | 0.67 |
| Hex | 8B | CD | B9 | 20 | 0 | A | 14 | A2 | 28 | 43 |
| Octal | 213 | 315 | 271 | 40 | 0 | 12 | 24 | 242 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10111001 | 100000 | 0 | 1010 | 10100 | 10100010 | 101000 | 1000011 |
Color Harmonies of #8BCDB9
Complementary color
Monochromatic Colors of #8BCDB9
Black with #8BCDB9
Text Example
Text Example
White with #8BCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB9; }
p { color: rgb(139,205,185); }
H1.HeaderClassName
{
color: #8BCDB9;
}
.AnyTagClassName
{
color: #8BCDB9;
}
</style>
background-color css
<style>
a { background-color: #8BCDB9; }
a { background-color: rgb(139,205,185); }
div.DivClassName
{
background-color: #8BCDB9;
}
.BgClassName
{
background-color: #8BCDB9;
}
</style>
border-color css
<style>
span { border-color: #8BCDB9; }
span { border-color: rgb(139,205,185); }
td.TdClassName
{
border-color: #8BCDB9;
}
.TagClassName
{
border-color: #8BCDB9;
}
</style>