Shades of Bermuda #86CBBD
Tints of Bermuda #86CBBD
RGB
CMYK
RGB Variations
Color information
#86CBBD (or 0x86CBBD) is known color: Bermuda. HEX triplet: 86, CB and BD. RGB value is (134,203,189). Sum of RGB (Red+Green+Blue) = 134+203+189=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CBBD is #793442. Grayscale: #B4B4B4. Windows color (decimal): -7943235 or 12438406. OLE color: 12438406.
HSL color Cylindrical-coordinate representation of color #86CBBD: hue angle of 167.83º 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 #86CBBD is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 189 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.20 |
| HSL | 167.83º | 0.4% | 0.66% | - |
| HSV(B) | 167.83º | 0.34% | 0.8% | - |
| XYZ | 40.37 | 51.45 | 55.95 | - |
| YUV | 180.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 189 | 0.34 | 0 | 0.07 | 0.20 | 167.83 | 0.4 | 0.66 |
| Hex | 86 | CB | BD | 22 | 0 | 7 | 14 | A8 | 28 | 42 |
| Octal | 206 | 313 | 275 | 42 | 0 | 7 | 24 | 250 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10111101 | 100010 | 0 | 111 | 10100 | 10101000 | 101000 | 1000010 |
Color Harmonies of #86CBBD
Complementary color
Monochromatic Colors of #86CBBD
Black with #86CBBD
Text Example
Text Example
White with #86CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CBBD; }
p { color: rgb(134,203,189); }
H1.HeaderClassName
{
color: #86CBBD;
}
.AnyTagClassName
{
color: #86CBBD;
}
</style>
background-color css
<style>
a { background-color: #86CBBD; }
a { background-color: rgb(134,203,189); }
div.DivClassName
{
background-color: #86CBBD;
}
.BgClassName
{
background-color: #86CBBD;
}
</style>
border-color css
<style>
span { border-color: #86CBBD; }
span { border-color: rgb(134,203,189); }
td.TdClassName
{
border-color: #86CBBD;
}
.TagClassName
{
border-color: #86CBBD;
}
</style>