Shades of Bermuda #8CCBB7
Tints of Bermuda #8CCBB7
RGB
CMYK
RGB Variations
Color information
#8CCBB7 (or 0x8CCBB7) is known color: Bermuda. HEX triplet: 8C, CB and B7. RGB value is (140,203,183). Sum of RGB (Red+Green+Blue) = 140+203+183=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBB7 is #733448. Grayscale: #B5B5B5. Windows color (decimal): -7550025 or 12045196. OLE color: 12045196.
HSL color Cylindrical-coordinate representation of color #8CCBB7: hue angle of 160.95º degrees, saturation: 0.38, 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 #8CCBB7 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 183 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.20 |
| HSL | 160.95º | 0.38% | 0.67% | - |
| HSV(B) | 160.95º | 0.31% | 0.8% | - |
| XYZ | 40.72 | 51.71 | 52.63 | - |
| YUV | 181.88 | 128.63 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 183 | 0.31 | 0 | 0.10 | 0.20 | 160.95 | 0.38 | 0.67 |
| Hex | 8C | CB | B7 | 1F | 0 | A | 14 | A1 | 26 | 43 |
| Octal | 214 | 313 | 267 | 37 | 0 | 12 | 24 | 241 | 46 | 103 |
| Binary | 10001100 | 11001011 | 10110111 | 11111 | 0 | 1010 | 10100 | 10100001 | 100110 | 1000011 |
Color Harmonies of #8CCBB7
Complementary color
Monochromatic Colors of #8CCBB7
Black with #8CCBB7
Text Example
Text Example
White with #8CCBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBB7; }
p { color: rgb(140,203,183); }
H1.HeaderClassName
{
color: #8CCBB7;
}
.AnyTagClassName
{
color: #8CCBB7;
}
</style>
background-color css
<style>
a { background-color: #8CCBB7; }
a { background-color: rgb(140,203,183); }
div.DivClassName
{
background-color: #8CCBB7;
}
.BgClassName
{
background-color: #8CCBB7;
}
</style>
border-color css
<style>
span { border-color: #8CCBB7; }
span { border-color: rgb(140,203,183); }
td.TdClassName
{
border-color: #8CCBB7;
}
.TagClassName
{
border-color: #8CCBB7;
}
</style>