Shades of Bermuda #8CC7BB
Tints of Bermuda #8CC7BB
RGB
CMYK
RGB Variations
Color information
#8CC7BB (or 0x8CC7BB) is known color: Bermuda. HEX triplet: 8C, C7 and BB. RGB value is (140,199,187). Sum of RGB (Red+Green+Blue) = 140+199+187=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC7BB is #733844. Grayscale: #B3B3B3. Windows color (decimal): -7551045 or 12306316. OLE color: 12306316.
HSL color Cylindrical-coordinate representation of color #8CC7BB: hue angle of 167.8º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC7BB is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 187 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.22 |
| HSL | 167.8º | 0.35% | 0.66% | - |
| HSV(B) | 167.8º | 0.3% | 0.78% | - |
| XYZ | 40.21 | 50.01 | 54.55 | - |
| YUV | 179.99 | 131.95 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 187 | 0.30 | 0 | 0.06 | 0.22 | 167.8 | 0.35 | 0.66 |
| Hex | 8C | C7 | BB | 1E | 0 | 6 | 16 | A8 | 23 | 42 |
| Octal | 214 | 307 | 273 | 36 | 0 | 6 | 26 | 250 | 43 | 102 |
| Binary | 10001100 | 11000111 | 10111011 | 11110 | 0 | 110 | 10110 | 10101000 | 100011 | 1000010 |
Color Harmonies of #8CC7BB
Complementary color
Monochromatic Colors of #8CC7BB
Black with #8CC7BB
Text Example
Text Example
White with #8CC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC7BB; }
p { color: rgb(140,199,187); }
H1.HeaderClassName
{
color: #8CC7BB;
}
.AnyTagClassName
{
color: #8CC7BB;
}
</style>
background-color css
<style>
a { background-color: #8CC7BB; }
a { background-color: rgb(140,199,187); }
div.DivClassName
{
background-color: #8CC7BB;
}
.BgClassName
{
background-color: #8CC7BB;
}
</style>
border-color css
<style>
span { border-color: #8CC7BB; }
span { border-color: rgb(140,199,187); }
td.TdClassName
{
border-color: #8CC7BB;
}
.TagClassName
{
border-color: #8CC7BB;
}
</style>