Shades of Bermuda #96CEC3
Tints of Bermuda #96CEC3
RGB
CMYK
RGB Variations
Color information
#96CEC3 (or 0x96CEC3) is known color: Bermuda. HEX triplet: 96, CE and C3. RGB value is (150,206,195). Sum of RGB (Red+Green+Blue) = 150+206+195=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC3 is #69313C. Grayscale: #BBBBBB. Windows color (decimal): -6893885 or 12832406. OLE color: 12832406.
HSL color Cylindrical-coordinate representation of color #96CEC3: hue angle of 168.21º 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 #96CEC3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 195 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.19 |
| HSL | 168.21º | 0.36% | 0.7% | - |
| HSV(B) | 168.21º | 0.27% | 0.81% | - |
| XYZ | 44.5 | 54.57 | 59.82 | - |
| YUV | 188 | 131.95 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 195 | 0.27 | 0 | 0.05 | 0.19 | 168.21 | 0.36 | 0.7 |
| Hex | 96 | CE | C3 | 1B | 0 | 5 | 13 | A8 | 24 | 46 |
| Octal | 226 | 316 | 303 | 33 | 0 | 5 | 23 | 250 | 44 | 106 |
| Binary | 10010110 | 11001110 | 11000011 | 11011 | 0 | 101 | 10011 | 10101000 | 100100 | 1000110 |
Color Harmonies of #96CEC3
Complementary color
Monochromatic Colors of #96CEC3
Black with #96CEC3
Text Example
Text Example
White with #96CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEC3; }
p { color: rgb(150,206,195); }
H1.HeaderClassName
{
color: #96CEC3;
}
.AnyTagClassName
{
color: #96CEC3;
}
</style>
background-color css
<style>
a { background-color: #96CEC3; }
a { background-color: rgb(150,206,195); }
div.DivClassName
{
background-color: #96CEC3;
}
.BgClassName
{
background-color: #96CEC3;
}
</style>
border-color css
<style>
span { border-color: #96CEC3; }
span { border-color: rgb(150,206,195); }
td.TdClassName
{
border-color: #96CEC3;
}
.TagClassName
{
border-color: #96CEC3;
}
</style>