Shades of Bermuda #8BCDB4
Tints of Bermuda #8BCDB4
RGB
CMYK
RGB Variations
Color information
#8BCDB4 (or 0x8BCDB4) is known color: Bermuda. HEX triplet: 8B, CD and B4. RGB value is (139,205,180). Sum of RGB (Red+Green+Blue) = 139+205+180=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDB4 is #74324B. Grayscale: #B6B6B6. Windows color (decimal): -7615052 or 11849099. OLE color: 11849099.
HSL color Cylindrical-coordinate representation of color #8BCDB4: hue angle of 157.27º 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 #8BCDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 180 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.20 |
| HSL | 157.27º | 0.4% | 0.67% | - |
| HSV(B) | 157.27º | 0.32% | 0.8% | - |
| XYZ | 40.72 | 52.45 | 51.16 | - |
| YUV | 182.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 180 | 0.32 | 0 | 0.12 | 0.20 | 157.27 | 0.4 | 0.67 |
| Hex | 8B | CD | B4 | 20 | 0 | C | 14 | 9D | 28 | 43 |
| Octal | 213 | 315 | 264 | 40 | 0 | 14 | 24 | 235 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10110100 | 100000 | 0 | 1100 | 10100 | 10011101 | 101000 | 1000011 |
Color Harmonies of #8BCDB4
Complementary color
Monochromatic Colors of #8BCDB4
Black with #8BCDB4
Text Example
Text Example
White with #8BCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDB4; }
p { color: rgb(139,205,180); }
H1.HeaderClassName
{
color: #8BCDB4;
}
.AnyTagClassName
{
color: #8BCDB4;
}
</style>
background-color css
<style>
a { background-color: #8BCDB4; }
a { background-color: rgb(139,205,180); }
div.DivClassName
{
background-color: #8BCDB4;
}
.BgClassName
{
background-color: #8BCDB4;
}
</style>
border-color css
<style>
span { border-color: #8BCDB4; }
span { border-color: rgb(139,205,180); }
td.TdClassName
{
border-color: #8BCDB4;
}
.TagClassName
{
border-color: #8BCDB4;
}
</style>