Shades of Bermuda #8CCCBC
Tints of Bermuda #8CCCBC
RGB
CMYK
RGB Variations
Color information
#8CCCBC (or 0x8CCCBC) is known color: Bermuda. HEX triplet: 8C, CC and BC. RGB value is (140,204,188). Sum of RGB (Red+Green+Blue) = 140+204+188=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCBC is #733343. Grayscale: #B7B7B7. Windows color (decimal): -7549764 or 12373132. OLE color: 12373132.
HSL color Cylindrical-coordinate representation of color #8CCCBC: hue angle of 165º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCCBC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 188 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.2 |
| HSL | 165º | 0.39% | 0.67% | - |
| HSV(B) | 165º | 0.31% | 0.8% | - |
| XYZ | 41.49 | 52.39 | 55.5 | - |
| YUV | 183.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 188 | 0.31 | 0 | 0.08 | 0.2 | 165 | 0.39 | 0.67 |
| Hex | 8C | CC | BC | 1F | 0 | 8 | 14 | A5 | 27 | 43 |
| Octal | 214 | 314 | 274 | 37 | 0 | 10 | 24 | 245 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10111100 | 11111 | 0 | 1000 | 10100 | 10100101 | 100111 | 1000011 |
Color Harmonies of #8CCCBC
Complementary color
Monochromatic Colors of #8CCCBC
Black with #8CCCBC
Text Example
Text Example
White with #8CCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCBC; }
p { color: rgb(140,204,188); }
H1.HeaderClassName
{
color: #8CCCBC;
}
.AnyTagClassName
{
color: #8CCCBC;
}
</style>
background-color css
<style>
a { background-color: #8CCCBC; }
a { background-color: rgb(140,204,188); }
div.DivClassName
{
background-color: #8CCCBC;
}
.BgClassName
{
background-color: #8CCCBC;
}
</style>
border-color css
<style>
span { border-color: #8CCCBC; }
span { border-color: rgb(140,204,188); }
td.TdClassName
{
border-color: #8CCCBC;
}
.TagClassName
{
border-color: #8CCCBC;
}
</style>