Shades of Bermuda #93CEBB
Tints of Bermuda #93CEBB
RGB
CMYK
RGB Variations
Color information
#93CEBB (or 0x93CEBB) is known color: Bermuda. HEX triplet: 93, CE and BB. RGB value is (147,206,187). Sum of RGB (Red+Green+Blue) = 147+206+187=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #93CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CEBB is #6C3144. Grayscale: #BABABA. Windows color (decimal): -7090501 or 12308115. OLE color: 12308115.
HSL color Cylindrical-coordinate representation of color #93CEBB: hue angle of 160.68º 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 #93CEBB is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 206 | 187 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.19 |
| HSL | 160.68º | 0.38% | 0.69% | - |
| HSV(B) | 160.68º | 0.29% | 0.81% | - |
| XYZ | 43.07 | 53.93 | 55.15 | - |
| YUV | 186.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 206 | 187 | 0.29 | 0 | 0.09 | 0.19 | 160.68 | 0.38 | 0.69 |
| Hex | 93 | CE | BB | 1D | 0 | 9 | 13 | A1 | 26 | 45 |
| Octal | 223 | 316 | 273 | 35 | 0 | 11 | 23 | 241 | 46 | 105 |
| Binary | 10010011 | 11001110 | 10111011 | 11101 | 0 | 1001 | 10011 | 10100001 | 100110 | 1000101 |
Color Harmonies of #93CEBB
Complementary color
Monochromatic Colors of #93CEBB
Black with #93CEBB
Text Example
Text Example
White with #93CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CEBB; }
p { color: rgb(147,206,187); }
H1.HeaderClassName
{
color: #93CEBB;
}
.AnyTagClassName
{
color: #93CEBB;
}
</style>
background-color css
<style>
a { background-color: #93CEBB; }
a { background-color: rgb(147,206,187); }
div.DivClassName
{
background-color: #93CEBB;
}
.BgClassName
{
background-color: #93CEBB;
}
</style>
border-color css
<style>
span { border-color: #93CEBB; }
span { border-color: rgb(147,206,187); }
td.TdClassName
{
border-color: #93CEBB;
}
.TagClassName
{
border-color: #93CEBB;
}
</style>