Shades of Bermuda #86CBBC
Tints of Bermuda #86CBBC
RGB
CMYK
RGB Variations
Color information
#86CBBC (or 0x86CBBC) is known color: Bermuda. HEX triplet: 86, CB and BC. RGB value is (134,203,188). Sum of RGB (Red+Green+Blue) = 134+203+188=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBBC is #793443. Grayscale: #B4B4B4. Windows color (decimal): -7943236 or 12372870. OLE color: 12372870.
HSL color Cylindrical-coordinate representation of color #86CBBC: hue angle of 166.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CBBC is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 188 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.20 |
| HSL | 166.96º | 0.4% | 0.66% | - |
| HSV(B) | 166.96º | 0.34% | 0.8% | - |
| XYZ | 40.26 | 51.41 | 55.38 | - |
| YUV | 180.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 188 | 0.34 | 0 | 0.07 | 0.20 | 166.96 | 0.4 | 0.66 |
| Hex | 86 | CB | BC | 22 | 0 | 7 | 14 | A7 | 28 | 42 |
| Octal | 206 | 313 | 274 | 42 | 0 | 7 | 24 | 247 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10111100 | 100010 | 0 | 111 | 10100 | 10100111 | 101000 | 1000010 |
Color Harmonies of #86CBBC
Complementary color
Monochromatic Colors of #86CBBC
Black with #86CBBC
Text Example
Text Example
White with #86CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBBC; }
p { color: rgb(134,203,188); }
H1.HeaderClassName
{
color: #86CBBC;
}
.AnyTagClassName
{
color: #86CBBC;
}
</style>
background-color css
<style>
a { background-color: #86CBBC; }
a { background-color: rgb(134,203,188); }
div.DivClassName
{
background-color: #86CBBC;
}
.BgClassName
{
background-color: #86CBBC;
}
</style>
border-color css
<style>
span { border-color: #86CBBC; }
span { border-color: rgb(134,203,188); }
td.TdClassName
{
border-color: #86CBBC;
}
.TagClassName
{
border-color: #86CBBC;
}
</style>