Shades of Bermuda #8CC4BB
Tints of Bermuda #8CC4BB
RGB
CMYK
RGB Variations
Color information
#8CC4BB (or 0x8CC4BB) is known color: Bermuda. HEX triplet: 8C, C4 and BB. RGB value is (140,196,187). Sum of RGB (Red+Green+Blue) = 140+196+187=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4BB is #733B44. Grayscale: #B2B2B2. Windows color (decimal): -7551813 or 12305548. OLE color: 12305548.
HSL color Cylindrical-coordinate representation of color #8CC4BB: hue angle of 170.36º degrees, saturation: 0.32, 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 #8CC4BB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 187 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.23 |
| HSL | 170.36º | 0.32% | 0.66% | - |
| HSV(B) | 170.36º | 0.29% | 0.77% | - |
| XYZ | 39.52 | 48.64 | 54.32 | - |
| YUV | 178.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 187 | 0.29 | 0 | 0.05 | 0.23 | 170.36 | 0.32 | 0.66 |
| Hex | 8C | C4 | BB | 1D | 0 | 5 | 17 | AA | 20 | 42 |
| Octal | 214 | 304 | 273 | 35 | 0 | 5 | 27 | 252 | 40 | 102 |
| Binary | 10001100 | 11000100 | 10111011 | 11101 | 0 | 101 | 10111 | 10101010 | 100000 | 1000010 |
Color Harmonies of #8CC4BB
Complementary color
Monochromatic Colors of #8CC4BB
Black with #8CC4BB
Text Example
Text Example
White with #8CC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4BB; }
p { color: rgb(140,196,187); }
H1.HeaderClassName
{
color: #8CC4BB;
}
.AnyTagClassName
{
color: #8CC4BB;
}
</style>
background-color css
<style>
a { background-color: #8CC4BB; }
a { background-color: rgb(140,196,187); }
div.DivClassName
{
background-color: #8CC4BB;
}
.BgClassName
{
background-color: #8CC4BB;
}
</style>
border-color css
<style>
span { border-color: #8CC4BB; }
span { border-color: rgb(140,196,187); }
td.TdClassName
{
border-color: #8CC4BB;
}
.TagClassName
{
border-color: #8CC4BB;
}
</style>