Shades of Bermuda #8CC8BD
Tints of Bermuda #8CC8BD
RGB
CMYK
RGB Variations
Color information
#8CC8BD (or 0x8CC8BD) is known color: Bermuda. HEX triplet: 8C, C8 and BD. RGB value is (140,200,189). Sum of RGB (Red+Green+Blue) = 140+200+189=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8BD is #733742. Grayscale: #B4B4B4. Windows color (decimal): -7550787 or 12437644. OLE color: 12437644.
HSL color Cylindrical-coordinate representation of color #8CC8BD: hue angle of 169º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8BD is Cyan = 0.3, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 189 | - |
| CMYK | 0.3 | 0 | 0.06 | 0.22 |
| HSL | 169º | 0.35% | 0.67% | - |
| HSV(B) | 169º | 0.3% | 0.78% | - |
| XYZ | 40.65 | 50.56 | 55.76 | - |
| YUV | 180.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 189 | 0.3 | 0 | 0.06 | 0.22 | 169 | 0.35 | 0.67 |
| Hex | 8C | C8 | BD | 1E | 0 | 6 | 16 | A9 | 23 | 43 |
| Octal | 214 | 310 | 275 | 36 | 0 | 6 | 26 | 251 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10111101 | 11110 | 0 | 110 | 10110 | 10101001 | 100011 | 1000011 |
Color Harmonies of #8CC8BD
Complementary color
Monochromatic Colors of #8CC8BD
Black with #8CC8BD
Text Example
Text Example
White with #8CC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC8BD; }
p { color: rgb(140,200,189); }
H1.HeaderClassName
{
color: #8CC8BD;
}
.AnyTagClassName
{
color: #8CC8BD;
}
</style>
background-color css
<style>
a { background-color: #8CC8BD; }
a { background-color: rgb(140,200,189); }
div.DivClassName
{
background-color: #8CC8BD;
}
.BgClassName
{
background-color: #8CC8BD;
}
</style>
border-color css
<style>
span { border-color: #8CC8BD; }
span { border-color: rgb(140,200,189); }
td.TdClassName
{
border-color: #8CC8BD;
}
.TagClassName
{
border-color: #8CC8BD;
}
</style>