Shades of Bermuda #8CCEB9
Tints of Bermuda #8CCEB9
RGB
CMYK
RGB Variations
Color information
#8CCEB9 (or 0x8CCEB9) is known color: Bermuda. HEX triplet: 8C, CE and B9. RGB value is (140,206,185). Sum of RGB (Red+Green+Blue) = 140+206+185=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEB9 is #733146. Grayscale: #B7B7B7. Windows color (decimal): -7549255 or 12177036. OLE color: 12177036.
HSL color Cylindrical-coordinate representation of color #8CCEB9: hue angle of 160.91º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEB9 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 185 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.19 |
| HSL | 160.91º | 0.4% | 0.68% | - |
| HSV(B) | 160.91º | 0.32% | 0.81% | - |
| XYZ | 41.64 | 53.22 | 53.98 | - |
| YUV | 183.87 | 128.63 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 185 | 0.32 | 0 | 0.10 | 0.19 | 160.91 | 0.4 | 0.68 |
| Hex | 8C | CE | B9 | 20 | 0 | A | 13 | A1 | 28 | 44 |
| Octal | 214 | 316 | 271 | 40 | 0 | 12 | 23 | 241 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10111001 | 100000 | 0 | 1010 | 10011 | 10100001 | 101000 | 1000100 |
Color Harmonies of #8CCEB9
Complementary color
Monochromatic Colors of #8CCEB9
Black with #8CCEB9
Text Example
Text Example
White with #8CCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEB9; }
p { color: rgb(140,206,185); }
H1.HeaderClassName
{
color: #8CCEB9;
}
.AnyTagClassName
{
color: #8CCEB9;
}
</style>
background-color css
<style>
a { background-color: #8CCEB9; }
a { background-color: rgb(140,206,185); }
div.DivClassName
{
background-color: #8CCEB9;
}
.BgClassName
{
background-color: #8CCEB9;
}
</style>
border-color css
<style>
span { border-color: #8CCEB9; }
span { border-color: rgb(140,206,185); }
td.TdClassName
{
border-color: #8CCEB9;
}
.TagClassName
{
border-color: #8CCEB9;
}
</style>