Shades of Bermuda #8BD6C1
Tints of Bermuda #8BD6C1
RGB
CMYK
RGB Variations
Color information
#8BD6C1 (or 0x8BD6C1) is known color: Bermuda. HEX triplet: 8B, D6 and C1. RGB value is (139,214,193). Sum of RGB (Red+Green+Blue) = 139+214+193=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD6C1 is #74293E. Grayscale: #BDBDBD. Windows color (decimal): -7612735 or 12703371. OLE color: 12703371.
HSL color Cylindrical-coordinate representation of color #8BD6C1: hue angle of 163.2º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BD6C1 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 139 | 214 | 193 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.16 |
| HSL | 163.2º | 0.48% | 0.69% | - |
| HSV(B) | 163.2º | 0.35% | 0.84% | - |
| XYZ | 44.32 | 57.43 | 59.2 | - |
| YUV | 189.18 | 130.15 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 214 | 193 | 0.35 | 0 | 0.10 | 0.16 | 163.2 | 0.48 | 0.69 |
| Hex | 8B | D6 | C1 | 23 | 0 | A | 10 | A3 | 30 | 45 |
| Octal | 213 | 326 | 301 | 43 | 0 | 12 | 20 | 243 | 60 | 105 |
| Binary | 10001011 | 11010110 | 11000001 | 100011 | 0 | 1010 | 10000 | 10100011 | 110000 | 1000101 |
Color Harmonies of #8BD6C1
Complementary color
Monochromatic Colors of #8BD6C1
Black with #8BD6C1
Text Example
Text Example
White with #8BD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD6C1; }
p { color: rgb(139,214,193); }
H1.HeaderClassName
{
color: #8BD6C1;
}
.AnyTagClassName
{
color: #8BD6C1;
}
</style>
background-color css
<style>
a { background-color: #8BD6C1; }
a { background-color: rgb(139,214,193); }
div.DivClassName
{
background-color: #8BD6C1;
}
.BgClassName
{
background-color: #8BD6C1;
}
</style>
border-color css
<style>
span { border-color: #8BD6C1; }
span { border-color: rgb(139,214,193); }
td.TdClassName
{
border-color: #8BD6C1;
}
.TagClassName
{
border-color: #8BD6C1;
}
</style>