Shades of Bermuda #8BDCBD
Tints of Bermuda #8BDCBD
RGB
CMYK
RGB Variations
Color information
#8BDCBD (or 0x8BDCBD) is known color: Bermuda. HEX triplet: 8B, DC and BD. RGB value is (139,220,189). Sum of RGB (Red+Green+Blue) = 139+220+189=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDCBD is #742342. Grayscale: #C0C0C0. Windows color (decimal): -7611203 or 12442763. OLE color: 12442763.
HSL color Cylindrical-coordinate representation of color #8BDCBD: hue angle of 157.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCBD is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 189 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.14 |
| HSL | 157.04º | 0.54% | 0.7% | - |
| HSV(B) | 157.04º | 0.37% | 0.86% | - |
| XYZ | 45.43 | 60.35 | 57.4 | - |
| YUV | 192.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 189 | 0.37 | 0 | 0.14 | 0.14 | 157.04 | 0.54 | 0.7 |
| Hex | 8B | DC | BD | 25 | 0 | E | E | 9D | 36 | 46 |
| Octal | 213 | 334 | 275 | 45 | 0 | 16 | 16 | 235 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10111101 | 100101 | 0 | 1110 | 1110 | 10011101 | 110110 | 1000110 |
Color Harmonies of #8BDCBD
Complementary color
Monochromatic Colors of #8BDCBD
Black with #8BDCBD
Text Example
Text Example
White with #8BDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCBD; }
p { color: rgb(139,220,189); }
H1.HeaderClassName
{
color: #8BDCBD;
}
.AnyTagClassName
{
color: #8BDCBD;
}
</style>
background-color css
<style>
a { background-color: #8BDCBD; }
a { background-color: rgb(139,220,189); }
div.DivClassName
{
background-color: #8BDCBD;
}
.BgClassName
{
background-color: #8BDCBD;
}
</style>
border-color css
<style>
span { border-color: #8BDCBD; }
span { border-color: rgb(139,220,189); }
td.TdClassName
{
border-color: #8BDCBD;
}
.TagClassName
{
border-color: #8BDCBD;
}
</style>