Shades of Bermuda #8CCCBE
Tints of Bermuda #8CCCBE
RGB
CMYK
RGB Variations
Color information
#8CCCBE (or 0x8CCCBE) is known color: Bermuda. HEX triplet: 8C, CC and BE. RGB value is (140,204,190). Sum of RGB (Red+Green+Blue) = 140+204+190=534 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.22% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCBE is #733341. Grayscale: #B7B7B7. Windows color (decimal): -7549762 or 12504204. OLE color: 12504204.
HSL color Cylindrical-coordinate representation of color #8CCCBE: hue angle of 166.88º 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 #8CCCBE is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 190 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.2 |
| HSL | 166.88º | 0.39% | 0.67% | - |
| HSV(B) | 166.88º | 0.31% | 0.8% | - |
| XYZ | 41.7 | 52.48 | 56.65 | - |
| YUV | 183.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 190 | 0.31 | 0 | 0.07 | 0.2 | 166.88 | 0.39 | 0.67 |
| Hex | 8C | CC | BE | 1F | 0 | 7 | 14 | A7 | 27 | 43 |
| Octal | 214 | 314 | 276 | 37 | 0 | 7 | 24 | 247 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10111110 | 11111 | 0 | 111 | 10100 | 10100111 | 100111 | 1000011 |
Color Harmonies of #8CCCBE
Complementary color
Monochromatic Colors of #8CCCBE
Black with #8CCCBE
Text Example
Text Example
White with #8CCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCBE; }
p { color: rgb(140,204,190); }
H1.HeaderClassName
{
color: #8CCCBE;
}
.AnyTagClassName
{
color: #8CCCBE;
}
</style>
background-color css
<style>
a { background-color: #8CCCBE; }
a { background-color: rgb(140,204,190); }
div.DivClassName
{
background-color: #8CCCBE;
}
.BgClassName
{
background-color: #8CCCBE;
}
</style>
border-color css
<style>
span { border-color: #8CCCBE; }
span { border-color: rgb(140,204,190); }
td.TdClassName
{
border-color: #8CCCBE;
}
.TagClassName
{
border-color: #8CCCBE;
}
</style>