Shades of Bermuda #8BCABD
Tints of Bermuda #8BCABD
RGB
CMYK
RGB Variations
Color information
#8BCABD (or 0x8BCABD) is known color: Bermuda. HEX triplet: 8B, CA and BD. RGB value is (139,202,189). Sum of RGB (Red+Green+Blue) = 139+202+189=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCABD is #743542. Grayscale: #B5B5B5. Windows color (decimal): -7615811 or 12438155. OLE color: 12438155.
HSL color Cylindrical-coordinate representation of color #8BCABD: hue angle of 167.62º 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 #8BCABD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 202 | 189 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.21 |
| HSL | 167.62º | 0.37% | 0.67% | - |
| HSV(B) | 167.62º | 0.31% | 0.79% | - |
| XYZ | 40.95 | 51.4 | 55.91 | - |
| YUV | 181.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 189 | 0.31 | 0 | 0.06 | 0.21 | 167.62 | 0.37 | 0.67 |
| Hex | 8B | CA | BD | 1F | 0 | 6 | 15 | A8 | 25 | 43 |
| Octal | 213 | 312 | 275 | 37 | 0 | 6 | 25 | 250 | 45 | 103 |
| Binary | 10001011 | 11001010 | 10111101 | 11111 | 0 | 110 | 10101 | 10101000 | 100101 | 1000011 |
Color Harmonies of #8BCABD
Complementary color
Monochromatic Colors of #8BCABD
Black with #8BCABD
Text Example
Text Example
White with #8BCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCABD; }
p { color: rgb(139,202,189); }
H1.HeaderClassName
{
color: #8BCABD;
}
.AnyTagClassName
{
color: #8BCABD;
}
</style>
background-color css
<style>
a { background-color: #8BCABD; }
a { background-color: rgb(139,202,189); }
div.DivClassName
{
background-color: #8BCABD;
}
.BgClassName
{
background-color: #8BCABD;
}
</style>
border-color css
<style>
span { border-color: #8BCABD; }
span { border-color: rgb(139,202,189); }
td.TdClassName
{
border-color: #8BCABD;
}
.TagClassName
{
border-color: #8BCABD;
}
</style>