Shades of Bermuda #8BCAB5
Tints of Bermuda #8BCAB5
RGB
CMYK
RGB Variations
Color information
#8BCAB5 (or 0x8BCAB5) is known color: Bermuda. HEX triplet: 8B, CA and B5. RGB value is (139,202,181). Sum of RGB (Red+Green+Blue) = 139+202+181=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCAB5 is #74354A. Grayscale: #B4B4B4. Windows color (decimal): -7615819 or 11913867. OLE color: 11913867.
HSL color Cylindrical-coordinate representation of color #8BCAB5: hue angle of 160º 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 #8BCAB5 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 181 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.21 |
| HSL | 160º | 0.37% | 0.67% | - |
| HSV(B) | 160º | 0.31% | 0.79% | - |
| XYZ | 40.11 | 51.07 | 51.46 | - |
| YUV | 180.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 181 | 0.31 | 0 | 0.10 | 0.21 | 160 | 0.37 | 0.67 |
| Hex | 8B | CA | B5 | 1F | 0 | A | 15 | A0 | 25 | 43 |
| Octal | 213 | 312 | 265 | 37 | 0 | 12 | 25 | 240 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10110101 | 11111 | 0 | 1010 | 10101 | 10100000 | 100101 | 1000011 |
Color Harmonies of #8BCAB5
Complementary color
Monochromatic Colors of #8BCAB5
Black with #8BCAB5
Text Example
Text Example
White with #8BCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAB5; }
p { color: rgb(139,202,181); }
H1.HeaderClassName
{
color: #8BCAB5;
}
.AnyTagClassName
{
color: #8BCAB5;
}
</style>
background-color css
<style>
a { background-color: #8BCAB5; }
a { background-color: rgb(139,202,181); }
div.DivClassName
{
background-color: #8BCAB5;
}
.BgClassName
{
background-color: #8BCAB5;
}
</style>
border-color css
<style>
span { border-color: #8BCAB5; }
span { border-color: rgb(139,202,181); }
td.TdClassName
{
border-color: #8BCAB5;
}
.TagClassName
{
border-color: #8BCAB5;
}
</style>