Shades of Bermuda #93CBBE
Tints of Bermuda #93CBBE
RGB
CMYK
RGB Variations
Color information
#93CBBE (or 0x93CBBE) is known color: Bermuda. HEX triplet: 93, CB and BE. RGB value is (147,203,190). Sum of RGB (Red+Green+Blue) = 147+203+190=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #93CBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBBE is #6C3441. Grayscale: #B8B8B8. Windows color (decimal): -7091266 or 12503955. OLE color: 12503955.
HSL color Cylindrical-coordinate representation of color #93CBBE: hue angle of 166.07º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CBBE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 190 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.20 |
| HSL | 166.07º | 0.35% | 0.69% | - |
| HSV(B) | 166.07º | 0.28% | 0.8% | - |
| XYZ | 42.68 | 52.63 | 56.62 | - |
| YUV | 184.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 190 | 0.28 | 0 | 0.06 | 0.20 | 166.07 | 0.35 | 0.69 |
| Hex | 93 | CB | BE | 1C | 0 | 6 | 14 | A6 | 23 | 45 |
| Octal | 223 | 313 | 276 | 34 | 0 | 6 | 24 | 246 | 43 | 105 |
| Binary | 10010011 | 11001011 | 10111110 | 11100 | 0 | 110 | 10100 | 10100110 | 100011 | 1000101 |
Color Harmonies of #93CBBE
Complementary color
Monochromatic Colors of #93CBBE
Black with #93CBBE
Text Example
Text Example
White with #93CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBBE; }
p { color: rgb(147,203,190); }
H1.HeaderClassName
{
color: #93CBBE;
}
.AnyTagClassName
{
color: #93CBBE;
}
</style>
background-color css
<style>
a { background-color: #93CBBE; }
a { background-color: rgb(147,203,190); }
div.DivClassName
{
background-color: #93CBBE;
}
.BgClassName
{
background-color: #93CBBE;
}
</style>
border-color css
<style>
span { border-color: #93CBBE; }
span { border-color: rgb(147,203,190); }
td.TdClassName
{
border-color: #93CBBE;
}
.TagClassName
{
border-color: #93CBBE;
}
</style>