Shades of Bermuda #8BCAB7
Tints of Bermuda #8BCAB7
RGB
CMYK
RGB Variations
Color information
#8BCAB7 (or 0x8BCAB7) is known color: Bermuda. HEX triplet: 8B, CA and B7. RGB value is (139,202,183). Sum of RGB (Red+Green+Blue) = 139+202+183=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAB7 is #743548. Grayscale: #B5B5B5. Windows color (decimal): -7615817 or 12044939. OLE color: 12044939.
HSL color Cylindrical-coordinate representation of color #8BCAB7: hue angle of 161.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BCAB7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 183 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.21 |
| HSL | 161.9º | 0.37% | 0.67% | - |
| HSV(B) | 161.9º | 0.31% | 0.79% | - |
| XYZ | 40.32 | 51.15 | 52.55 | - |
| YUV | 181 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 183 | 0.31 | 0 | 0.09 | 0.21 | 161.9 | 0.37 | 0.67 |
| Hex | 8B | CA | B7 | 1F | 0 | 9 | 15 | A2 | 25 | 43 |
| Octal | 213 | 312 | 267 | 37 | 0 | 11 | 25 | 242 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10110111 | 11111 | 0 | 1001 | 10101 | 10100010 | 100101 | 1000011 |
Color Harmonies of #8BCAB7
Complementary color
Monochromatic Colors of #8BCAB7
Black with #8BCAB7
Text Example
Text Example
White with #8BCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB7; }
p { color: rgb(139,202,183); }
H1.HeaderClassName
{
color: #8BCAB7;
}
.AnyTagClassName
{
color: #8BCAB7;
}
</style>
background-color css
<style>
a { background-color: #8BCAB7; }
a { background-color: rgb(139,202,183); }
div.DivClassName
{
background-color: #8BCAB7;
}
.BgClassName
{
background-color: #8BCAB7;
}
</style>
border-color css
<style>
span { border-color: #8BCAB7; }
span { border-color: rgb(139,202,183); }
td.TdClassName
{
border-color: #8BCAB7;
}
.TagClassName
{
border-color: #8BCAB7;
}
</style>