Shades of Bermuda #8BCEB5
Tints of Bermuda #8BCEB5
RGB
CMYK
RGB Variations
Color information
#8BCEB5 (or 0x8BCEB5) is known color: Bermuda. HEX triplet: 8B, CE and B5. RGB value is (139,206,181). Sum of RGB (Red+Green+Blue) = 139+206+181=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEB5 is #74314A. Grayscale: #B7B7B7. Windows color (decimal): -7614795 or 11914891. OLE color: 11914891.
HSL color Cylindrical-coordinate representation of color #8BCEB5: hue angle of 157.61º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEB5 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 181 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.19 |
| HSL | 157.61º | 0.41% | 0.68% | - |
| HSV(B) | 157.61º | 0.33% | 0.81% | - |
| XYZ | 41.06 | 52.97 | 51.78 | - |
| YUV | 183.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 181 | 0.33 | 0 | 0.12 | 0.19 | 157.61 | 0.41 | 0.68 |
| Hex | 8B | CE | B5 | 21 | 0 | C | 13 | 9E | 29 | 44 |
| Octal | 213 | 316 | 265 | 41 | 0 | 14 | 23 | 236 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10110101 | 100001 | 0 | 1100 | 10011 | 10011110 | 101001 | 1000100 |
Color Harmonies of #8BCEB5
Complementary color
Monochromatic Colors of #8BCEB5
Black with #8BCEB5
Text Example
Text Example
White with #8BCEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEB5; }
p { color: rgb(139,206,181); }
H1.HeaderClassName
{
color: #8BCEB5;
}
.AnyTagClassName
{
color: #8BCEB5;
}
</style>
background-color css
<style>
a { background-color: #8BCEB5; }
a { background-color: rgb(139,206,181); }
div.DivClassName
{
background-color: #8BCEB5;
}
.BgClassName
{
background-color: #8BCEB5;
}
</style>
border-color css
<style>
span { border-color: #8BCEB5; }
span { border-color: rgb(139,206,181); }
td.TdClassName
{
border-color: #8BCEB5;
}
.TagClassName
{
border-color: #8BCEB5;
}
</style>