Shades of Bermuda #8BC8C2
Tints of Bermuda #8BC8C2
RGB
CMYK
RGB Variations
Color information
#8BC8C2 (or 0x8BC8C2) is known color: Bermuda. HEX triplet: 8B, C8 and C2. RGB value is (139,200,194). Sum of RGB (Red+Green+Blue) = 139+200+194=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC8C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC8C2 is #74373D. Grayscale: #B5B5B5. Windows color (decimal): -7616318 or 12765323. OLE color: 12765323.
HSL color Cylindrical-coordinate representation of color #8BC8C2: hue angle of 174.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC8C2 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 194 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.22 |
| HSL | 174.1º | 0.36% | 0.66% | - |
| HSV(B) | 174.1º | 0.31% | 0.78% | - |
| XYZ | 41.04 | 50.69 | 58.66 | - |
| YUV | 181.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 194 | 0.30 | 0 | 0.03 | 0.22 | 174.1 | 0.36 | 0.66 |
| Hex | 8B | C8 | C2 | 1E | 0 | 3 | 16 | AE | 24 | 42 |
| Octal | 213 | 310 | 302 | 36 | 0 | 3 | 26 | 256 | 44 | 102 |
| Binary | 10001011 | 11001000 | 11000010 | 11110 | 0 | 11 | 10110 | 10101110 | 100100 | 1000010 |
Color Harmonies of #8BC8C2
Complementary color
Monochromatic Colors of #8BC8C2
Black with #8BC8C2
Text Example
Text Example
White with #8BC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC8C2; }
p { color: rgb(139,200,194); }
H1.HeaderClassName
{
color: #8BC8C2;
}
.AnyTagClassName
{
color: #8BC8C2;
}
</style>
background-color css
<style>
a { background-color: #8BC8C2; }
a { background-color: rgb(139,200,194); }
div.DivClassName
{
background-color: #8BC8C2;
}
.BgClassName
{
background-color: #8BC8C2;
}
</style>
border-color css
<style>
span { border-color: #8BC8C2; }
span { border-color: rgb(139,200,194); }
td.TdClassName
{
border-color: #8BC8C2;
}
.TagClassName
{
border-color: #8BC8C2;
}
</style>