Shades of Bermuda #8BCCB9
Tints of Bermuda #8BCCB9
RGB
CMYK
RGB Variations
Color information
#8BCCB9 (or 0x8BCCB9) is known color: Bermuda. HEX triplet: 8B, CC and B9. RGB value is (139,204,185). Sum of RGB (Red+Green+Blue) = 139+204+185=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCB9 is #743346. Grayscale: #B6B6B6. Windows color (decimal): -7615303 or 12176523. OLE color: 12176523.
HSL color Cylindrical-coordinate representation of color #8BCCB9: hue angle of 162.46º degrees, saturation: 0.39, 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 #8BCCB9 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 185 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.2 |
| HSL | 162.46º | 0.39% | 0.67% | - |
| HSV(B) | 162.46º | 0.32% | 0.8% | - |
| XYZ | 41 | 52.18 | 53.81 | - |
| YUV | 182.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 185 | 0.32 | 0 | 0.09 | 0.2 | 162.46 | 0.39 | 0.67 |
| Hex | 8B | CC | B9 | 20 | 0 | 9 | 14 | A2 | 27 | 43 |
| Octal | 213 | 314 | 271 | 40 | 0 | 11 | 24 | 242 | 47 | 103 |
| Binary | 10001011 | 11001100 | 10111001 | 100000 | 0 | 1001 | 10100 | 10100010 | 100111 | 1000011 |
Color Harmonies of #8BCCB9
Complementary color
Monochromatic Colors of #8BCCB9
Black with #8BCCB9
Text Example
Text Example
White with #8BCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCB9; }
p { color: rgb(139,204,185); }
H1.HeaderClassName
{
color: #8BCCB9;
}
.AnyTagClassName
{
color: #8BCCB9;
}
</style>
background-color css
<style>
a { background-color: #8BCCB9; }
a { background-color: rgb(139,204,185); }
div.DivClassName
{
background-color: #8BCCB9;
}
.BgClassName
{
background-color: #8BCCB9;
}
</style>
border-color css
<style>
span { border-color: #8BCCB9; }
span { border-color: rgb(139,204,185); }
td.TdClassName
{
border-color: #8BCCB9;
}
.TagClassName
{
border-color: #8BCCB9;
}
</style>