Shades of Bermuda #8BCBC6
Tints of Bermuda #8BCBC6
RGB
CMYK
RGB Variations
Color information
#8BCBC6 (or 0x8BCBC6) is known color: Bermuda. HEX triplet: 8B, CB and C6. RGB value is (139,203,198). Sum of RGB (Red+Green+Blue) = 139+203+198=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBC6 is #743439. Grayscale: #B7B7B7. Windows color (decimal): -7615546 or 13028235. OLE color: 13028235.
HSL color Cylindrical-coordinate representation of color #8BCBC6: hue angle of 175.31º 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 #8BCBC6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 198 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.20 |
| HSL | 175.31º | 0.38% | 0.67% | - |
| HSV(B) | 175.31º | 0.32% | 0.8% | - |
| XYZ | 42.2 | 52.28 | 61.29 | - |
| YUV | 183.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 198 | 0.32 | 0 | 0.02 | 0.20 | 175.31 | 0.38 | 0.67 |
| Hex | 8B | CB | C6 | 20 | 0 | 2 | 14 | AF | 26 | 43 |
| Octal | 213 | 313 | 306 | 40 | 0 | 2 | 24 | 257 | 46 | 103 |
| Binary | 10001011 | 11001011 | 11000110 | 100000 | 0 | 10 | 10100 | 10101111 | 100110 | 1000011 |
Color Harmonies of #8BCBC6
Complementary color
Monochromatic Colors of #8BCBC6
Black with #8BCBC6
Text Example
Text Example
White with #8BCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBC6; }
p { color: rgb(139,203,198); }
H1.HeaderClassName
{
color: #8BCBC6;
}
.AnyTagClassName
{
color: #8BCBC6;
}
</style>
background-color css
<style>
a { background-color: #8BCBC6; }
a { background-color: rgb(139,203,198); }
div.DivClassName
{
background-color: #8BCBC6;
}
.BgClassName
{
background-color: #8BCBC6;
}
</style>
border-color css
<style>
span { border-color: #8BCBC6; }
span { border-color: rgb(139,203,198); }
td.TdClassName
{
border-color: #8BCBC6;
}
.TagClassName
{
border-color: #8BCBC6;
}
</style>