Shades of Bermuda #86CABB
Tints of Bermuda #86CABB
RGB
CMYK
RGB Variations
Color information
#86CABB (or 0x86CABB) is known color: Bermuda. HEX triplet: 86, CA and BB. RGB value is (134,202,187). Sum of RGB (Red+Green+Blue) = 134+202+187=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #86CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CABB is #793544. Grayscale: #B3B3B3. Windows color (decimal): -7943493 or 12307078. OLE color: 12307078.
HSL color Cylindrical-coordinate representation of color #86CABB: hue angle of 166.76º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CABB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 187 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.21 |
| HSL | 166.76º | 0.39% | 0.66% | - |
| HSV(B) | 166.76º | 0.34% | 0.79% | - |
| XYZ | 39.92 | 50.9 | 54.73 | - |
| YUV | 179.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 187 | 0.34 | 0 | 0.07 | 0.21 | 166.76 | 0.39 | 0.66 |
| Hex | 86 | CA | BB | 22 | 0 | 7 | 15 | A7 | 27 | 42 |
| Octal | 206 | 312 | 273 | 42 | 0 | 7 | 25 | 247 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10111011 | 100010 | 0 | 111 | 10101 | 10100111 | 100111 | 1000010 |
Color Harmonies of #86CABB
Complementary color
Monochromatic Colors of #86CABB
Black with #86CABB
Text Example
Text Example
White with #86CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CABB; }
p { color: rgb(134,202,187); }
H1.HeaderClassName
{
color: #86CABB;
}
.AnyTagClassName
{
color: #86CABB;
}
</style>
background-color css
<style>
a { background-color: #86CABB; }
a { background-color: rgb(134,202,187); }
div.DivClassName
{
background-color: #86CABB;
}
.BgClassName
{
background-color: #86CABB;
}
</style>
border-color css
<style>
span { border-color: #86CABB; }
span { border-color: rgb(134,202,187); }
td.TdClassName
{
border-color: #86CABB;
}
.TagClassName
{
border-color: #86CABB;
}
</style>