Shades of Bermuda #92CEBC
Tints of Bermuda #92CEBC
RGB
CMYK
RGB Variations
Color information
#92CEBC (or 0x92CEBC) is known color: Bermuda. HEX triplet: 92, CE and BC. RGB value is (146,206,188). Sum of RGB (Red+Green+Blue) = 146+206+188=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #92CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CEBC is #6D3143. Grayscale: #BABABA. Windows color (decimal): -7156036 or 12373650. OLE color: 12373650.
HSL color Cylindrical-coordinate representation of color #92CEBC: hue angle of 162º 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 #92CEBC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 206 | 188 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.19 |
| HSL | 162º | 0.38% | 0.69% | - |
| HSV(B) | 162º | 0.29% | 0.81% | - |
| XYZ | 43 | 53.88 | 55.71 | - |
| YUV | 186.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 206 | 188 | 0.29 | 0 | 0.09 | 0.19 | 162 | 0.38 | 0.69 |
| Hex | 92 | CE | BC | 1D | 0 | 9 | 13 | A2 | 26 | 45 |
| Octal | 222 | 316 | 274 | 35 | 0 | 11 | 23 | 242 | 46 | 105 |
| Binary | 10010010 | 11001110 | 10111100 | 11101 | 0 | 1001 | 10011 | 10100010 | 100110 | 1000101 |
Color Harmonies of #92CEBC
Complementary color
Monochromatic Colors of #92CEBC
Black with #92CEBC
Text Example
Text Example
White with #92CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CEBC; }
p { color: rgb(146,206,188); }
H1.HeaderClassName
{
color: #92CEBC;
}
.AnyTagClassName
{
color: #92CEBC;
}
</style>
background-color css
<style>
a { background-color: #92CEBC; }
a { background-color: rgb(146,206,188); }
div.DivClassName
{
background-color: #92CEBC;
}
.BgClassName
{
background-color: #92CEBC;
}
</style>
border-color css
<style>
span { border-color: #92CEBC; }
span { border-color: rgb(146,206,188); }
td.TdClassName
{
border-color: #92CEBC;
}
.TagClassName
{
border-color: #92CEBC;
}
</style>