Shades of Bermuda #8BCBBC
Tints of Bermuda #8BCBBC
RGB
CMYK
RGB Variations
Color information
#8BCBBC (or 0x8BCBBC) is known color: Bermuda. HEX triplet: 8B, CB and BC. RGB value is (139,203,188). Sum of RGB (Red+Green+Blue) = 139+203+188=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBBC is #743443. Grayscale: #B6B6B6. Windows color (decimal): -7615556 or 12372875. OLE color: 12372875.
HSL color Cylindrical-coordinate representation of color #8BCBBC: hue angle of 165.94º degrees, saturation: 0.38, 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 #8BCBBC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 188 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.20 |
| HSL | 165.94º | 0.38% | 0.67% | - |
| HSV(B) | 165.94º | 0.32% | 0.8% | - |
| XYZ | 41.08 | 51.83 | 55.42 | - |
| YUV | 182.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 188 | 0.32 | 0 | 0.07 | 0.20 | 165.94 | 0.38 | 0.67 |
| Hex | 8B | CB | BC | 20 | 0 | 7 | 14 | A6 | 26 | 43 |
| Octal | 213 | 313 | 274 | 40 | 0 | 7 | 24 | 246 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10111100 | 100000 | 0 | 111 | 10100 | 10100110 | 100110 | 1000011 |
Color Harmonies of #8BCBBC
Complementary color
Monochromatic Colors of #8BCBBC
Black with #8BCBBC
Text Example
Text Example
White with #8BCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBBC; }
p { color: rgb(139,203,188); }
H1.HeaderClassName
{
color: #8BCBBC;
}
.AnyTagClassName
{
color: #8BCBBC;
}
</style>
background-color css
<style>
a { background-color: #8BCBBC; }
a { background-color: rgb(139,203,188); }
div.DivClassName
{
background-color: #8BCBBC;
}
.BgClassName
{
background-color: #8BCBBC;
}
</style>
border-color css
<style>
span { border-color: #8BCBBC; }
span { border-color: rgb(139,203,188); }
td.TdClassName
{
border-color: #8BCBBC;
}
.TagClassName
{
border-color: #8BCBBC;
}
</style>