Shades of Bermuda #86C2C1
Tints of Bermuda #86C2C1
RGB
CMYK
RGB Variations
Color information
#86C2C1 (or 0x86C2C1) is known color: Bermuda. HEX triplet: 86, C2 and C1. RGB value is (134,194,193). Sum of RGB (Red+Green+Blue) = 134+194+193=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #86C2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2C1 is #793D3E. Grayscale: #AFAFAF. Windows color (decimal): -7945535 or 12698246. OLE color: 12698246.
HSL color Cylindrical-coordinate representation of color #86C2C1: hue angle of 179º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C2C1 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 193 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.24 |
| HSL | 179º | 0.33% | 0.64% | - |
| HSV(B) | 179º | 0.31% | 0.76% | - |
| XYZ | 38.75 | 47.5 | 57.58 | - |
| YUV | 175.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 193 | 0.31 | 0 | 0.01 | 0.24 | 179 | 0.33 | 0.64 |
| Hex | 86 | C2 | C1 | 1F | 0 | 1 | 18 | B3 | 21 | 40 |
| Octal | 206 | 302 | 301 | 37 | 0 | 1 | 30 | 263 | 41 | 100 |
| Binary | 10000110 | 11000010 | 11000001 | 11111 | 0 | 1 | 11000 | 10110011 | 100001 | 1000000 |
Color Harmonies of #86C2C1
Complementary color
Monochromatic Colors of #86C2C1
Black with #86C2C1
Text Example
Text Example
White with #86C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C2C1; }
p { color: rgb(134,194,193); }
H1.HeaderClassName
{
color: #86C2C1;
}
.AnyTagClassName
{
color: #86C2C1;
}
</style>
background-color css
<style>
a { background-color: #86C2C1; }
a { background-color: rgb(134,194,193); }
div.DivClassName
{
background-color: #86C2C1;
}
.BgClassName
{
background-color: #86C2C1;
}
</style>
border-color css
<style>
span { border-color: #86C2C1; }
span { border-color: rgb(134,194,193); }
td.TdClassName
{
border-color: #86C2C1;
}
.TagClassName
{
border-color: #86C2C1;
}
</style>