Shades of Bermuda #8BCEC4
Tints of Bermuda #8BCEC4
RGB
CMYK
RGB Variations
Color information
#8BCEC4 (or 0x8BCEC4) is known color: Bermuda. HEX triplet: 8B, CE and C4. RGB value is (139,206,196). Sum of RGB (Red+Green+Blue) = 139+206+196=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEC4 is #74313B. Grayscale: #B8B8B8. Windows color (decimal): -7614780 or 12897931. OLE color: 12897931.
HSL color Cylindrical-coordinate representation of color #8BCEC4: hue angle of 171.04º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEC4 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 196 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.19 |
| HSL | 171.04º | 0.41% | 0.68% | - |
| HSV(B) | 171.04º | 0.33% | 0.81% | - |
| XYZ | 42.68 | 53.62 | 60.32 | - |
| YUV | 184.83 | 134.3 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 196 | 0.33 | 0 | 0.05 | 0.19 | 171.04 | 0.41 | 0.68 |
| Hex | 8B | CE | C4 | 21 | 0 | 5 | 13 | AB | 29 | 44 |
| Octal | 213 | 316 | 304 | 41 | 0 | 5 | 23 | 253 | 51 | 104 |
| Binary | 10001011 | 11001110 | 11000100 | 100001 | 0 | 101 | 10011 | 10101011 | 101001 | 1000100 |
Color Harmonies of #8BCEC4
Complementary color
Monochromatic Colors of #8BCEC4
Black with #8BCEC4
Text Example
Text Example
White with #8BCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEC4; }
p { color: rgb(139,206,196); }
H1.HeaderClassName
{
color: #8BCEC4;
}
.AnyTagClassName
{
color: #8BCEC4;
}
</style>
background-color css
<style>
a { background-color: #8BCEC4; }
a { background-color: rgb(139,206,196); }
div.DivClassName
{
background-color: #8BCEC4;
}
.BgClassName
{
background-color: #8BCEC4;
}
</style>
border-color css
<style>
span { border-color: #8BCEC4; }
span { border-color: rgb(139,206,196); }
td.TdClassName
{
border-color: #8BCEC4;
}
.TagClassName
{
border-color: #8BCEC4;
}
</style>