Shades of Bermuda #8BCCBF
Tints of Bermuda #8BCCBF
RGB
CMYK
RGB Variations
Color information
#8BCCBF (or 0x8BCCBF) is known color: Bermuda. HEX triplet: 8B, CC and BF. RGB value is (139,204,191). Sum of RGB (Red+Green+Blue) = 139+204+191=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCBF is #743340. Grayscale: #B7B7B7. Windows color (decimal): -7615297 or 12569739. OLE color: 12569739.
HSL color Cylindrical-coordinate representation of color #8BCCBF: hue angle of 168º 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 #8BCCBF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 191 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.2 |
| HSL | 168º | 0.39% | 0.67% | - |
| HSV(B) | 168º | 0.32% | 0.8% | - |
| XYZ | 41.64 | 52.44 | 57.22 | - |
| YUV | 183.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 191 | 0.32 | 0 | 0.06 | 0.2 | 168 | 0.39 | 0.67 |
| Hex | 8B | CC | BF | 20 | 0 | 6 | 14 | A8 | 27 | 43 |
| Octal | 213 | 314 | 277 | 40 | 0 | 6 | 24 | 250 | 47 | 103 |
| Binary | 10001011 | 11001100 | 10111111 | 100000 | 0 | 110 | 10100 | 10101000 | 100111 | 1000011 |
Color Harmonies of #8BCCBF
Complementary color
Monochromatic Colors of #8BCCBF
Black with #8BCCBF
Text Example
Text Example
White with #8BCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCBF; }
p { color: rgb(139,204,191); }
H1.HeaderClassName
{
color: #8BCCBF;
}
.AnyTagClassName
{
color: #8BCCBF;
}
</style>
background-color css
<style>
a { background-color: #8BCCBF; }
a { background-color: rgb(139,204,191); }
div.DivClassName
{
background-color: #8BCCBF;
}
.BgClassName
{
background-color: #8BCCBF;
}
</style>
border-color css
<style>
span { border-color: #8BCCBF; }
span { border-color: rgb(139,204,191); }
td.TdClassName
{
border-color: #8BCCBF;
}
.TagClassName
{
border-color: #8BCCBF;
}
</style>