Shades of Bermuda #8BCDB7
Tints of Bermuda #8BCDB7
RGB
CMYK
RGB Variations
Color information
#8BCDB7 (or 0x8BCDB7) is known color: Bermuda. HEX triplet: 8B, CD and B7. RGB value is (139,205,183). Sum of RGB (Red+Green+Blue) = 139+205+183=527 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.38% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB7 is #743248. Grayscale: #B6B6B6. Windows color (decimal): -7615049 or 12045707. OLE color: 12045707.
HSL color Cylindrical-coordinate representation of color #8BCDB7: hue angle of 160º 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 #8BCDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 183 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.20 |
| HSL | 160º | 0.4% | 0.67% | - |
| HSV(B) | 160º | 0.32% | 0.8% | - |
| XYZ | 41.03 | 52.57 | 52.78 | - |
| YUV | 182.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 183 | 0.32 | 0 | 0.11 | 0.20 | 160 | 0.4 | 0.67 |
| Hex | 8B | CD | B7 | 20 | 0 | B | 14 | A0 | 28 | 43 |
| Octal | 213 | 315 | 267 | 40 | 0 | 13 | 24 | 240 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10110111 | 100000 | 0 | 1011 | 10100 | 10100000 | 101000 | 1000011 |
Color Harmonies of #8BCDB7
Complementary color
Monochromatic Colors of #8BCDB7
Black with #8BCDB7
Text Example
Text Example
White with #8BCDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB7; }
p { color: rgb(139,205,183); }
H1.HeaderClassName
{
color: #8BCDB7;
}
.AnyTagClassName
{
color: #8BCDB7;
}
</style>
background-color css
<style>
a { background-color: #8BCDB7; }
a { background-color: rgb(139,205,183); }
div.DivClassName
{
background-color: #8BCDB7;
}
.BgClassName
{
background-color: #8BCDB7;
}
</style>
border-color css
<style>
span { border-color: #8BCDB7; }
span { border-color: rgb(139,205,183); }
td.TdClassName
{
border-color: #8BCDB7;
}
.TagClassName
{
border-color: #8BCDB7;
}
</style>