Shades of Bermuda #8BCDB5
Tints of Bermuda #8BCDB5
RGB
CMYK
RGB Variations
Color information
#8BCDB5 (or 0x8BCDB5) is known color: Bermuda. HEX triplet: 8B, CD and B5. RGB value is (139,205,181). Sum of RGB (Red+Green+Blue) = 139+205+181=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB5 is #74324A. Grayscale: #B6B6B6. Windows color (decimal): -7615051 or 11914635. OLE color: 11914635.
HSL color Cylindrical-coordinate representation of color #8BCDB5: hue angle of 158.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDB5 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 181 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.20 |
| HSL | 158.18º | 0.4% | 0.67% | - |
| HSV(B) | 158.18º | 0.32% | 0.8% | - |
| XYZ | 40.82 | 52.49 | 51.7 | - |
| YUV | 182.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 181 | 0.32 | 0 | 0.12 | 0.20 | 158.18 | 0.4 | 0.67 |
| Hex | 8B | CD | B5 | 20 | 0 | C | 14 | 9E | 28 | 43 |
| Octal | 213 | 315 | 265 | 40 | 0 | 14 | 24 | 236 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10110101 | 100000 | 0 | 1100 | 10100 | 10011110 | 101000 | 1000011 |
Color Harmonies of #8BCDB5
Complementary color
Monochromatic Colors of #8BCDB5
Black with #8BCDB5
Text Example
Text Example
White with #8BCDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB5; }
p { color: rgb(139,205,181); }
H1.HeaderClassName
{
color: #8BCDB5;
}
.AnyTagClassName
{
color: #8BCDB5;
}
</style>
background-color css
<style>
a { background-color: #8BCDB5; }
a { background-color: rgb(139,205,181); }
div.DivClassName
{
background-color: #8BCDB5;
}
.BgClassName
{
background-color: #8BCDB5;
}
</style>
border-color css
<style>
span { border-color: #8BCDB5; }
span { border-color: rgb(139,205,181); }
td.TdClassName
{
border-color: #8BCDB5;
}
.TagClassName
{
border-color: #8BCDB5;
}
</style>