Shades of Bermuda #8CC5BB
Tints of Bermuda #8CC5BB
RGB
CMYK
RGB Variations
Color information
#8CC5BB (or 0x8CC5BB) is known color: Bermuda. HEX triplet: 8C, C5 and BB. RGB value is (140,197,187). Sum of RGB (Red+Green+Blue) = 140+197+187=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5BB is #733A44. Grayscale: #B2B2B2. Windows color (decimal): -7551557 or 12305804. OLE color: 12305804.
HSL color Cylindrical-coordinate representation of color #8CC5BB: hue angle of 169.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CC5BB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 187 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.23 |
| HSL | 169.47º | 0.33% | 0.66% | - |
| HSV(B) | 169.47º | 0.29% | 0.77% | - |
| XYZ | 39.75 | 49.1 | 54.4 | - |
| YUV | 178.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 187 | 0.29 | 0 | 0.05 | 0.23 | 169.47 | 0.33 | 0.66 |
| Hex | 8C | C5 | BB | 1D | 0 | 5 | 17 | A9 | 21 | 42 |
| Octal | 214 | 305 | 273 | 35 | 0 | 5 | 27 | 251 | 41 | 102 |
| Binary | 10001100 | 11000101 | 10111011 | 11101 | 0 | 101 | 10111 | 10101001 | 100001 | 1000010 |
Color Harmonies of #8CC5BB
Complementary color
Monochromatic Colors of #8CC5BB
Black with #8CC5BB
Text Example
Text Example
White with #8CC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC5BB; }
p { color: rgb(140,197,187); }
H1.HeaderClassName
{
color: #8CC5BB;
}
.AnyTagClassName
{
color: #8CC5BB;
}
</style>
background-color css
<style>
a { background-color: #8CC5BB; }
a { background-color: rgb(140,197,187); }
div.DivClassName
{
background-color: #8CC5BB;
}
.BgClassName
{
background-color: #8CC5BB;
}
</style>
border-color css
<style>
span { border-color: #8CC5BB; }
span { border-color: rgb(140,197,187); }
td.TdClassName
{
border-color: #8CC5BB;
}
.TagClassName
{
border-color: #8CC5BB;
}
</style>