Shades of Bermuda #86CEBC
Tints of Bermuda #86CEBC
RGB
CMYK
RGB Variations
Color information
#86CEBC (or 0x86CEBC) is known color: Bermuda. HEX triplet: 86, CE and BC. RGB value is (134,206,188). Sum of RGB (Red+Green+Blue) = 134+206+188=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #86CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CEBC is #793143. Grayscale: #B6B6B6. Windows color (decimal): -7942468 or 12373638. OLE color: 12373638.
HSL color Cylindrical-coordinate representation of color #86CEBC: hue angle of 165º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CEBC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 188 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.19 |
| HSL | 165º | 0.42% | 0.67% | - |
| HSV(B) | 165º | 0.35% | 0.81% | - |
| XYZ | 40.98 | 52.84 | 55.62 | - |
| YUV | 182.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 188 | 0.35 | 0 | 0.09 | 0.19 | 165 | 0.42 | 0.67 |
| Hex | 86 | CE | BC | 23 | 0 | 9 | 13 | A5 | 2A | 43 |
| Octal | 206 | 316 | 274 | 43 | 0 | 11 | 23 | 245 | 52 | 103 |
| Binary | 10000110 | 11001110 | 10111100 | 100011 | 0 | 1001 | 10011 | 10100101 | 101010 | 1000011 |
Color Harmonies of #86CEBC
Complementary color
Monochromatic Colors of #86CEBC
Black with #86CEBC
Text Example
Text Example
White with #86CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CEBC; }
p { color: rgb(134,206,188); }
H1.HeaderClassName
{
color: #86CEBC;
}
.AnyTagClassName
{
color: #86CEBC;
}
</style>
background-color css
<style>
a { background-color: #86CEBC; }
a { background-color: rgb(134,206,188); }
div.DivClassName
{
background-color: #86CEBC;
}
.BgClassName
{
background-color: #86CEBC;
}
</style>
border-color css
<style>
span { border-color: #86CEBC; }
span { border-color: rgb(134,206,188); }
td.TdClassName
{
border-color: #86CEBC;
}
.TagClassName
{
border-color: #86CEBC;
}
</style>