Shades of Bermuda #8CCDBB
Tints of Bermuda #8CCDBB
RGB
CMYK
RGB Variations
Color information
#8CCDBB (or 0x8CCDBB) is known color: Bermuda. HEX triplet: 8C, CD and BB. RGB value is (140,205,187). Sum of RGB (Red+Green+Blue) = 140+205+187=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDBB is #733244. Grayscale: #B7B7B7. Windows color (decimal): -7549509 or 12307852. OLE color: 12307852.
HSL color Cylindrical-coordinate representation of color #8CCDBB: hue angle of 163.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDBB is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 187 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.20 |
| HSL | 163.38º | 0.39% | 0.68% | - |
| HSV(B) | 163.38º | 0.32% | 0.8% | - |
| XYZ | 41.62 | 52.83 | 55.02 | - |
| YUV | 183.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 187 | 0.32 | 0 | 0.09 | 0.20 | 163.38 | 0.39 | 0.68 |
| Hex | 8C | CD | BB | 20 | 0 | 9 | 14 | A3 | 27 | 44 |
| Octal | 214 | 315 | 273 | 40 | 0 | 11 | 24 | 243 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10111011 | 100000 | 0 | 1001 | 10100 | 10100011 | 100111 | 1000100 |
Color Harmonies of #8CCDBB
Complementary color
Monochromatic Colors of #8CCDBB
Black with #8CCDBB
Text Example
Text Example
White with #8CCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDBB; }
p { color: rgb(140,205,187); }
H1.HeaderClassName
{
color: #8CCDBB;
}
.AnyTagClassName
{
color: #8CCDBB;
}
</style>
background-color css
<style>
a { background-color: #8CCDBB; }
a { background-color: rgb(140,205,187); }
div.DivClassName
{
background-color: #8CCDBB;
}
.BgClassName
{
background-color: #8CCDBB;
}
</style>
border-color css
<style>
span { border-color: #8CCDBB; }
span { border-color: rgb(140,205,187); }
td.TdClassName
{
border-color: #8CCDBB;
}
.TagClassName
{
border-color: #8CCDBB;
}
</style>