Shades of Bermuda #86CCB5
Tints of Bermuda #86CCB5
RGB
CMYK
RGB Variations
Color information
#86CCB5 (or 0x86CCB5) is known color: Bermuda. HEX triplet: 86, CC and B5. RGB value is (134,204,181). Sum of RGB (Red+Green+Blue) = 134+204+181=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCB5 is #79334A. Grayscale: #B4B4B4. Windows color (decimal): -7942987 or 11914374. OLE color: 11914374.
HSL color Cylindrical-coordinate representation of color #86CCB5: hue angle of 160.29º degrees, saturation: 0.41, 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 #86CCB5 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 181 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.2 |
| HSL | 160.29º | 0.41% | 0.66% | - |
| HSV(B) | 160.29º | 0.34% | 0.8% | - |
| XYZ | 39.76 | 51.59 | 51.58 | - |
| YUV | 180.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 181 | 0.34 | 0 | 0.11 | 0.2 | 160.29 | 0.41 | 0.66 |
| Hex | 86 | CC | B5 | 22 | 0 | B | 14 | A0 | 29 | 42 |
| Octal | 206 | 314 | 265 | 42 | 0 | 13 | 24 | 240 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10110101 | 100010 | 0 | 1011 | 10100 | 10100000 | 101001 | 1000010 |
Color Harmonies of #86CCB5
Complementary color
Monochromatic Colors of #86CCB5
Black with #86CCB5
Text Example
Text Example
White with #86CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCB5; }
p { color: rgb(134,204,181); }
H1.HeaderClassName
{
color: #86CCB5;
}
.AnyTagClassName
{
color: #86CCB5;
}
</style>
background-color css
<style>
a { background-color: #86CCB5; }
a { background-color: rgb(134,204,181); }
div.DivClassName
{
background-color: #86CCB5;
}
.BgClassName
{
background-color: #86CCB5;
}
</style>
border-color css
<style>
span { border-color: #86CCB5; }
span { border-color: rgb(134,204,181); }
td.TdClassName
{
border-color: #86CCB5;
}
.TagClassName
{
border-color: #86CCB5;
}
</style>