Shades of Bermuda #83CEBD
Tints of Bermuda #83CEBD
RGB
CMYK
RGB Variations
Color information
#83CEBD (or 0x83CEBD) is known color: Bermuda. HEX triplet: 83, CE and BD. RGB value is (131,206,189). Sum of RGB (Red+Green+Blue) = 131+206+189=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEBD is #7C3142. Grayscale: #B5B5B5. Windows color (decimal): -8139075 or 12439171. OLE color: 12439171.
HSL color Cylindrical-coordinate representation of color #83CEBD: hue angle of 166.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEBD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 206 | 189 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.19 |
| HSL | 166.4º | 0.43% | 0.66% | - |
| HSV(B) | 166.4º | 0.36% | 0.81% | - |
| XYZ | 40.62 | 52.64 | 56.16 | - |
| YUV | 181.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 206 | 189 | 0.36 | 0 | 0.08 | 0.19 | 166.4 | 0.43 | 0.66 |
| Hex | 83 | CE | BD | 24 | 0 | 8 | 13 | A6 | 2B | 42 |
| Octal | 203 | 316 | 275 | 44 | 0 | 10 | 23 | 246 | 53 | 102 |
| Binary | 10000011 | 11001110 | 10111101 | 100100 | 0 | 1000 | 10011 | 10100110 | 101011 | 1000010 |
Color Harmonies of #83CEBD
Complementary color
Monochromatic Colors of #83CEBD
Black with #83CEBD
Text Example
Text Example
White with #83CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CEBD; }
p { color: rgb(131,206,189); }
H1.HeaderClassName
{
color: #83CEBD;
}
.AnyTagClassName
{
color: #83CEBD;
}
</style>
background-color css
<style>
a { background-color: #83CEBD; }
a { background-color: rgb(131,206,189); }
div.DivClassName
{
background-color: #83CEBD;
}
.BgClassName
{
background-color: #83CEBD;
}
</style>
border-color css
<style>
span { border-color: #83CEBD; }
span { border-color: rgb(131,206,189); }
td.TdClassName
{
border-color: #83CEBD;
}
.TagClassName
{
border-color: #83CEBD;
}
</style>