Shades of Bermuda #86CCB8
Tints of Bermuda #86CCB8
RGB
CMYK
RGB Variations
Color information
#86CCB8 (or 0x86CCB8) is known color: Bermuda. HEX triplet: 86, CC and B8. RGB value is (134,204,184). Sum of RGB (Red+Green+Blue) = 134+204+184=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #86CCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCB8 is #793347. Grayscale: #B4B4B4. Windows color (decimal): -7942984 or 12110982. OLE color: 12110982.
HSL color Cylindrical-coordinate representation of color #86CCB8: hue angle of 162.86º 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 #86CCB8 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 184 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.2 |
| HSL | 162.86º | 0.41% | 0.66% | - |
| HSV(B) | 162.86º | 0.34% | 0.8% | - |
| XYZ | 40.08 | 51.71 | 53.22 | - |
| YUV | 180.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 184 | 0.34 | 0 | 0.10 | 0.2 | 162.86 | 0.41 | 0.66 |
| Hex | 86 | CC | B8 | 22 | 0 | A | 14 | A3 | 29 | 42 |
| Octal | 206 | 314 | 270 | 42 | 0 | 12 | 24 | 243 | 51 | 102 |
| Binary | 10000110 | 11001100 | 10111000 | 100010 | 0 | 1010 | 10100 | 10100011 | 101001 | 1000010 |
Color Harmonies of #86CCB8
Complementary color
Monochromatic Colors of #86CCB8
Black with #86CCB8
Text Example
Text Example
White with #86CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCB8; }
p { color: rgb(134,204,184); }
H1.HeaderClassName
{
color: #86CCB8;
}
.AnyTagClassName
{
color: #86CCB8;
}
</style>
background-color css
<style>
a { background-color: #86CCB8; }
a { background-color: rgb(134,204,184); }
div.DivClassName
{
background-color: #86CCB8;
}
.BgClassName
{
background-color: #86CCB8;
}
</style>
border-color css
<style>
span { border-color: #86CCB8; }
span { border-color: rgb(134,204,184); }
td.TdClassName
{
border-color: #86CCB8;
}
.TagClassName
{
border-color: #86CCB8;
}
</style>