Shades of Bermuda #8BCDBD
Tints of Bermuda #8BCDBD
RGB
CMYK
RGB Variations
Color information
#8BCDBD (or 0x8BCDBD) is known color: Bermuda. HEX triplet: 8B, CD and BD. RGB value is (139,205,189). Sum of RGB (Red+Green+Blue) = 139+205+189=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDBD is #743242. Grayscale: #B7B7B7. Windows color (decimal): -7615043 or 12438923. OLE color: 12438923.
HSL color Cylindrical-coordinate representation of color #8BCDBD: hue angle of 165.45º 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 #8BCDBD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 189 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.20 |
| HSL | 165.45º | 0.4% | 0.67% | - |
| HSV(B) | 165.45º | 0.32% | 0.8% | - |
| XYZ | 41.66 | 52.83 | 56.14 | - |
| YUV | 183.44 | 131.13 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 189 | 0.32 | 0 | 0.08 | 0.20 | 165.45 | 0.4 | 0.67 |
| Hex | 8B | CD | BD | 20 | 0 | 8 | 14 | A5 | 28 | 43 |
| Octal | 213 | 315 | 275 | 40 | 0 | 10 | 24 | 245 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10111101 | 100000 | 0 | 1000 | 10100 | 10100101 | 101000 | 1000011 |
Color Harmonies of #8BCDBD
Complementary color
Monochromatic Colors of #8BCDBD
Black with #8BCDBD
Text Example
Text Example
White with #8BCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDBD; }
p { color: rgb(139,205,189); }
H1.HeaderClassName
{
color: #8BCDBD;
}
.AnyTagClassName
{
color: #8BCDBD;
}
</style>
background-color css
<style>
a { background-color: #8BCDBD; }
a { background-color: rgb(139,205,189); }
div.DivClassName
{
background-color: #8BCDBD;
}
.BgClassName
{
background-color: #8BCDBD;
}
</style>
border-color css
<style>
span { border-color: #8BCDBD; }
span { border-color: rgb(139,205,189); }
td.TdClassName
{
border-color: #8BCDBD;
}
.TagClassName
{
border-color: #8BCDBD;
}
</style>