Shades of Bermuda #92CEBA
Tints of Bermuda #92CEBA
RGB
CMYK
RGB Variations
Color information
#92CEBA (or 0x92CEBA) is known color: Bermuda. HEX triplet: 92, CE and BA. RGB value is (146,206,186). Sum of RGB (Red+Green+Blue) = 146+206+186=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEBA is #6D3145. Grayscale: #B9B9B9. Windows color (decimal): -7156038 or 12242578. OLE color: 12242578.
HSL color Cylindrical-coordinate representation of color #92CEBA: hue angle of 160º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92CEBA is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 186 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.19 |
| HSL | 160º | 0.38% | 0.69% | - |
| HSV(B) | 160º | 0.29% | 0.81% | - |
| XYZ | 42.79 | 53.8 | 54.58 | - |
| YUV | 185.78 | 128.12 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 186 | 0.29 | 0 | 0.10 | 0.19 | 160 | 0.38 | 0.69 |
| Hex | 92 | CE | BA | 1D | 0 | A | 13 | A0 | 26 | 45 |
| Octal | 222 | 316 | 272 | 35 | 0 | 12 | 23 | 240 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10111010 | 11101 | 0 | 1010 | 10011 | 10100000 | 100110 | 1000101 |
Color Harmonies of #92CEBA
Complementary color
Monochromatic Colors of #92CEBA
Black with #92CEBA
Text Example
Text Example
White with #92CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEBA; }
p { color: rgb(146,206,186); }
H1.HeaderClassName
{
color: #92CEBA;
}
.AnyTagClassName
{
color: #92CEBA;
}
</style>
background-color css
<style>
a { background-color: #92CEBA; }
a { background-color: rgb(146,206,186); }
div.DivClassName
{
background-color: #92CEBA;
}
.BgClassName
{
background-color: #92CEBA;
}
</style>
border-color css
<style>
span { border-color: #92CEBA; }
span { border-color: rgb(146,206,186); }
td.TdClassName
{
border-color: #92CEBA;
}
.TagClassName
{
border-color: #92CEBA;
}
</style>