Shades of Bermuda #8BCDBB
Tints of Bermuda #8BCDBB
RGB
CMYK
RGB Variations
Color information
#8BCDBB (or 0x8BCDBB) is known color: Bermuda. HEX triplet: 8B, CD and BB. RGB value is (139,205,187). Sum of RGB (Red+Green+Blue) = 139+205+187=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDBB is #743244. Grayscale: #B7B7B7. Windows color (decimal): -7615045 or 12307851. OLE color: 12307851.
HSL color Cylindrical-coordinate representation of color #8BCDBB: hue angle of 163.64º 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 #8BCDBB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 187 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.20 |
| HSL | 163.64º | 0.4% | 0.67% | - |
| HSV(B) | 163.64º | 0.32% | 0.8% | - |
| XYZ | 41.45 | 52.74 | 55.01 | - |
| YUV | 183.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 187 | 0.32 | 0 | 0.09 | 0.20 | 163.64 | 0.4 | 0.67 |
| Hex | 8B | CD | BB | 20 | 0 | 9 | 14 | A4 | 28 | 43 |
| Octal | 213 | 315 | 273 | 40 | 0 | 11 | 24 | 244 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10111011 | 100000 | 0 | 1001 | 10100 | 10100100 | 101000 | 1000011 |
Color Harmonies of #8BCDBB
Complementary color
Monochromatic Colors of #8BCDBB
Black with #8BCDBB
Text Example
Text Example
White with #8BCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDBB; }
p { color: rgb(139,205,187); }
H1.HeaderClassName
{
color: #8BCDBB;
}
.AnyTagClassName
{
color: #8BCDBB;
}
</style>
background-color css
<style>
a { background-color: #8BCDBB; }
a { background-color: rgb(139,205,187); }
div.DivClassName
{
background-color: #8BCDBB;
}
.BgClassName
{
background-color: #8BCDBB;
}
</style>
border-color css
<style>
span { border-color: #8BCDBB; }
span { border-color: rgb(139,205,187); }
td.TdClassName
{
border-color: #8BCDBB;
}
.TagClassName
{
border-color: #8BCDBB;
}
</style>