Shades of Bermuda #8BCAB9
Tints of Bermuda #8BCAB9
RGB
CMYK
RGB Variations
Color information
#8BCAB9 (or 0x8BCAB9) is known color: Bermuda. HEX triplet: 8B, CA and B9. RGB value is (139,202,185). Sum of RGB (Red+Green+Blue) = 139+202+185=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAB9 is #743546. Grayscale: #B5B5B5. Windows color (decimal): -7615815 or 12176011. OLE color: 12176011.
HSL color Cylindrical-coordinate representation of color #8BCAB9: hue angle of 163.81º 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 #8BCAB9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 185 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.21 |
| HSL | 163.81º | 0.37% | 0.67% | - |
| HSV(B) | 163.81º | 0.31% | 0.79% | - |
| XYZ | 40.52 | 51.23 | 53.65 | - |
| YUV | 181.23 | 130.13 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 185 | 0.31 | 0 | 0.08 | 0.21 | 163.81 | 0.37 | 0.67 |
| Hex | 8B | CA | B9 | 1F | 0 | 8 | 15 | A4 | 25 | 43 |
| Octal | 213 | 312 | 271 | 37 | 0 | 10 | 25 | 244 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10111001 | 11111 | 0 | 1000 | 10101 | 10100100 | 100101 | 1000011 |
Color Harmonies of #8BCAB9
Complementary color
Monochromatic Colors of #8BCAB9
Black with #8BCAB9
Text Example
Text Example
White with #8BCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB9; }
p { color: rgb(139,202,185); }
H1.HeaderClassName
{
color: #8BCAB9;
}
.AnyTagClassName
{
color: #8BCAB9;
}
</style>
background-color css
<style>
a { background-color: #8BCAB9; }
a { background-color: rgb(139,202,185); }
div.DivClassName
{
background-color: #8BCAB9;
}
.BgClassName
{
background-color: #8BCAB9;
}
</style>
border-color css
<style>
span { border-color: #8BCAB9; }
span { border-color: rgb(139,202,185); }
td.TdClassName
{
border-color: #8BCAB9;
}
.TagClassName
{
border-color: #8BCAB9;
}
</style>