Shades of Bermuda #96CEC1
Tints of Bermuda #96CEC1
RGB
CMYK
RGB Variations
Color information
#96CEC1 (or 0x96CEC1) is known color: Bermuda. HEX triplet: 96, CE and C1. RGB value is (150,206,193). Sum of RGB (Red+Green+Blue) = 150+206+193=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC1 is #69313E. Grayscale: #BBBBBB. Windows color (decimal): -6893887 or 12701334. OLE color: 12701334.
HSL color Cylindrical-coordinate representation of color #96CEC1: hue angle of 166.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 193 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.19 |
| HSL | 166.07º | 0.36% | 0.7% | - |
| HSV(B) | 166.07º | 0.27% | 0.81% | - |
| XYZ | 44.27 | 54.48 | 58.63 | - |
| YUV | 187.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 193 | 0.27 | 0 | 0.06 | 0.19 | 166.07 | 0.36 | 0.7 |
| Hex | 96 | CE | C1 | 1B | 0 | 6 | 13 | A6 | 24 | 46 |
| Octal | 226 | 316 | 301 | 33 | 0 | 6 | 23 | 246 | 44 | 106 |
| Binary | 10010110 | 11001110 | 11000001 | 11011 | 0 | 110 | 10011 | 10100110 | 100100 | 1000110 |
Color Harmonies of #96CEC1
Complementary color
Monochromatic Colors of #96CEC1
Black with #96CEC1
Text Example
Text Example
White with #96CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEC1; }
p { color: rgb(150,206,193); }
H1.HeaderClassName
{
color: #96CEC1;
}
.AnyTagClassName
{
color: #96CEC1;
}
</style>
background-color css
<style>
a { background-color: #96CEC1; }
a { background-color: rgb(150,206,193); }
div.DivClassName
{
background-color: #96CEC1;
}
.BgClassName
{
background-color: #96CEC1;
}
</style>
border-color css
<style>
span { border-color: #96CEC1; }
span { border-color: rgb(150,206,193); }
td.TdClassName
{
border-color: #96CEC1;
}
.TagClassName
{
border-color: #96CEC1;
}
</style>