Shades of Bermuda #8BCBC9
Tints of Bermuda #8BCBC9
RGB
CMYK
RGB Variations
Color information
#8BCBC9 (or 0x8BCBC9) is known color: Bermuda. HEX triplet: 8B, CB and C9. RGB value is (139,203,201). Sum of RGB (Red+Green+Blue) = 139+203+201=543 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.60% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBC9 is #743436. Grayscale: #B7B7B7. Windows color (decimal): -7615543 or 13224843. OLE color: 13224843.
HSL color Cylindrical-coordinate representation of color #8BCBC9: hue angle of 178.12º 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 #8BCBC9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 201 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.20 |
| HSL | 178.13º | 0.38% | 0.67% | - |
| HSV(B) | 178.13º | 0.32% | 0.8% | - |
| XYZ | 42.55 | 52.42 | 63.13 | - |
| YUV | 183.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 201 | 0.32 | 0 | 0.01 | 0.20 | 178.13 | 0.38 | 0.67 |
| Hex | 8B | CB | C9 | 20 | 0 | 1 | 14 | B2 | 26 | 43 |
| Octal | 213 | 313 | 311 | 40 | 0 | 1 | 24 | 262 | 46 | 103 |
| Binary | 10001011 | 11001011 | 11001001 | 100000 | 0 | 1 | 10100 | 10110010 | 100110 | 1000011 |
Color Harmonies of #8BCBC9
Complementary color
Monochromatic Colors of #8BCBC9
Black with #8BCBC9
Text Example
Text Example
White with #8BCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBC9; }
p { color: rgb(139,203,201); }
H1.HeaderClassName
{
color: #8BCBC9;
}
.AnyTagClassName
{
color: #8BCBC9;
}
</style>
background-color css
<style>
a { background-color: #8BCBC9; }
a { background-color: rgb(139,203,201); }
div.DivClassName
{
background-color: #8BCBC9;
}
.BgClassName
{
background-color: #8BCBC9;
}
</style>
border-color css
<style>
span { border-color: #8BCBC9; }
span { border-color: rgb(139,203,201); }
td.TdClassName
{
border-color: #8BCBC9;
}
.TagClassName
{
border-color: #8BCBC9;
}
</style>