Shades of Bermuda #8BCDC3
Tints of Bermuda #8BCDC3
RGB
CMYK
RGB Variations
Color information
#8BCDC3 (or 0x8BCDC3) is known color: Bermuda. HEX triplet: 8B, CD and C3. RGB value is (139,205,195). Sum of RGB (Red+Green+Blue) = 139+205+195=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCDC3 is #74323C. Grayscale: #B8B8B8. Windows color (decimal): -7615037 or 12832139. OLE color: 12832139.
HSL color Cylindrical-coordinate representation of color #8BCDC3: hue angle of 170.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDC3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 195 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.20 |
| HSL | 170.91º | 0.4% | 0.67% | - |
| HSV(B) | 170.91º | 0.32% | 0.8% | - |
| XYZ | 42.33 | 53.09 | 59.65 | - |
| YUV | 184.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 195 | 0.32 | 0 | 0.05 | 0.20 | 170.91 | 0.4 | 0.67 |
| Hex | 8B | CD | C3 | 20 | 0 | 5 | 14 | AB | 28 | 43 |
| Octal | 213 | 315 | 303 | 40 | 0 | 5 | 24 | 253 | 50 | 103 |
| Binary | 10001011 | 11001101 | 11000011 | 100000 | 0 | 101 | 10100 | 10101011 | 101000 | 1000011 |
Color Harmonies of #8BCDC3
Complementary color
Monochromatic Colors of #8BCDC3
Black with #8BCDC3
Text Example
Text Example
White with #8BCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDC3; }
p { color: rgb(139,205,195); }
H1.HeaderClassName
{
color: #8BCDC3;
}
.AnyTagClassName
{
color: #8BCDC3;
}
</style>
background-color css
<style>
a { background-color: #8BCDC3; }
a { background-color: rgb(139,205,195); }
div.DivClassName
{
background-color: #8BCDC3;
}
.BgClassName
{
background-color: #8BCDC3;
}
</style>
border-color css
<style>
span { border-color: #8BCDC3; }
span { border-color: rgb(139,205,195); }
td.TdClassName
{
border-color: #8BCDC3;
}
.TagClassName
{
border-color: #8BCDC3;
}
</style>