Shades of Bermuda #8CCBC9
Tints of Bermuda #8CCBC9
RGB
CMYK
RGB Variations
Color information
#8CCBC9 (or 0x8CCBC9) is known color: Bermuda. HEX triplet: 8C, CB and C9. RGB value is (140,203,201). Sum of RGB (Red+Green+Blue) = 140+203+201=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBC9 is #733436. Grayscale: #B7B7B7. Windows color (decimal): -7550007 or 13224844. OLE color: 13224844.
HSL color Cylindrical-coordinate representation of color #8CCBC9: hue angle of 178.1º 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 #8CCBC9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 201 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.20 |
| HSL | 178.1º | 0.38% | 0.67% | - |
| HSV(B) | 178.1º | 0.31% | 0.8% | - |
| XYZ | 42.71 | 52.5 | 63.14 | - |
| YUV | 183.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 201 | 0.31 | 0 | 0.01 | 0.20 | 178.1 | 0.38 | 0.67 |
| Hex | 8C | CB | C9 | 1F | 0 | 1 | 14 | B2 | 26 | 43 |
| Octal | 214 | 313 | 311 | 37 | 0 | 1 | 24 | 262 | 46 | 103 |
| Binary | 10001100 | 11001011 | 11001001 | 11111 | 0 | 1 | 10100 | 10110010 | 100110 | 1000011 |
Color Harmonies of #8CCBC9
Complementary color
Monochromatic Colors of #8CCBC9
Black with #8CCBC9
Text Example
Text Example
White with #8CCBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCBC9; }
p { color: rgb(140,203,201); }
H1.HeaderClassName
{
color: #8CCBC9;
}
.AnyTagClassName
{
color: #8CCBC9;
}
</style>
background-color css
<style>
a { background-color: #8CCBC9; }
a { background-color: rgb(140,203,201); }
div.DivClassName
{
background-color: #8CCBC9;
}
.BgClassName
{
background-color: #8CCBC9;
}
</style>
border-color css
<style>
span { border-color: #8CCBC9; }
span { border-color: rgb(140,203,201); }
td.TdClassName
{
border-color: #8CCBC9;
}
.TagClassName
{
border-color: #8CCBC9;
}
</style>