Shades of Bermuda #8BDABC
Tints of Bermuda #8BDABC
RGB
CMYK
RGB Variations
Color information
#8BDABC (or 0x8BDABC) is known color: Bermuda. HEX triplet: 8B, DA and BC. RGB value is (139,218,188). Sum of RGB (Red+Green+Blue) = 139+218+188=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDABC is #742543. Grayscale: #BFBFBF. Windows color (decimal): -7611716 or 12376715. OLE color: 12376715.
HSL color Cylindrical-coordinate representation of color #8BDABC: hue angle of 157.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDABC is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 188 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.15 |
| HSL | 157.22º | 0.52% | 0.7% | - |
| HSV(B) | 157.22º | 0.36% | 0.85% | - |
| XYZ | 44.8 | 59.26 | 56.65 | - |
| YUV | 190.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 188 | 0.36 | 0 | 0.14 | 0.15 | 157.22 | 0.52 | 0.7 |
| Hex | 8B | DA | BC | 24 | 0 | E | F | 9D | 34 | 46 |
| Octal | 213 | 332 | 274 | 44 | 0 | 16 | 17 | 235 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10111100 | 100100 | 0 | 1110 | 1111 | 10011101 | 110100 | 1000110 |
Color Harmonies of #8BDABC
Complementary color
Monochromatic Colors of #8BDABC
Black with #8BDABC
Text Example
Text Example
White with #8BDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDABC; }
p { color: rgb(139,218,188); }
H1.HeaderClassName
{
color: #8BDABC;
}
.AnyTagClassName
{
color: #8BDABC;
}
</style>
background-color css
<style>
a { background-color: #8BDABC; }
a { background-color: rgb(139,218,188); }
div.DivClassName
{
background-color: #8BDABC;
}
.BgClassName
{
background-color: #8BDABC;
}
</style>
border-color css
<style>
span { border-color: #8BDABC; }
span { border-color: rgb(139,218,188); }
td.TdClassName
{
border-color: #8BDABC;
}
.TagClassName
{
border-color: #8BDABC;
}
</style>