Shades of Bermuda #86CAC2
Tints of Bermuda #86CAC2
RGB
CMYK
RGB Variations
Color information
#86CAC2 (or 0x86CAC2) is known color: Bermuda. HEX triplet: 86, CA and C2. RGB value is (134,202,194). Sum of RGB (Red+Green+Blue) = 134+202+194=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #86CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CAC2 is #79353D. Grayscale: #B4B4B4. Windows color (decimal): -7943486 or 12765830. OLE color: 12765830.
HSL color Cylindrical-coordinate representation of color #86CAC2: hue angle of 172.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CAC2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 194 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.21 |
| HSL | 172.94º | 0.39% | 0.66% | - |
| HSV(B) | 172.94º | 0.34% | 0.79% | - |
| XYZ | 40.69 | 51.2 | 58.78 | - |
| YUV | 180.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 194 | 0.34 | 0 | 0.04 | 0.21 | 172.94 | 0.39 | 0.66 |
| Hex | 86 | CA | C2 | 22 | 0 | 4 | 15 | AD | 27 | 42 |
| Octal | 206 | 312 | 302 | 42 | 0 | 4 | 25 | 255 | 47 | 102 |
| Binary | 10000110 | 11001010 | 11000010 | 100010 | 0 | 100 | 10101 | 10101101 | 100111 | 1000010 |
Color Harmonies of #86CAC2
Complementary color
Monochromatic Colors of #86CAC2
Black with #86CAC2
Text Example
Text Example
White with #86CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CAC2; }
p { color: rgb(134,202,194); }
H1.HeaderClassName
{
color: #86CAC2;
}
.AnyTagClassName
{
color: #86CAC2;
}
</style>
background-color css
<style>
a { background-color: #86CAC2; }
a { background-color: rgb(134,202,194); }
div.DivClassName
{
background-color: #86CAC2;
}
.BgClassName
{
background-color: #86CAC2;
}
</style>
border-color css
<style>
span { border-color: #86CAC2; }
span { border-color: rgb(134,202,194); }
td.TdClassName
{
border-color: #86CAC2;
}
.TagClassName
{
border-color: #86CAC2;
}
</style>