Shades of Bermuda #96CBC3
Tints of Bermuda #96CBC3
RGB
CMYK
RGB Variations
Color information
#96CBC3 (or 0x96CBC3) is known color: Bermuda. HEX triplet: 96, CB and C3. RGB value is (150,203,195). Sum of RGB (Red+Green+Blue) = 150+203+195=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBC3 is #69343C. Grayscale: #BABABA. Windows color (decimal): -6894653 or 12831638. OLE color: 12831638.
HSL color Cylindrical-coordinate representation of color #96CBC3: hue angle of 170.94º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBC3 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 195 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.20 |
| HSL | 170.94º | 0.34% | 0.69% | - |
| HSV(B) | 170.94º | 0.26% | 0.8% | - |
| XYZ | 43.78 | 53.14 | 59.58 | - |
| YUV | 186.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 195 | 0.26 | 0 | 0.04 | 0.20 | 170.94 | 0.34 | 0.69 |
| Hex | 96 | CB | C3 | 1A | 0 | 4 | 14 | AB | 22 | 45 |
| Octal | 226 | 313 | 303 | 32 | 0 | 4 | 24 | 253 | 42 | 105 |
| Binary | 10010110 | 11001011 | 11000011 | 11010 | 0 | 100 | 10100 | 10101011 | 100010 | 1000101 |
Color Harmonies of #96CBC3
Complementary color
Monochromatic Colors of #96CBC3
Black with #96CBC3
Text Example
Text Example
White with #96CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBC3; }
p { color: rgb(150,203,195); }
H1.HeaderClassName
{
color: #96CBC3;
}
.AnyTagClassName
{
color: #96CBC3;
}
</style>
background-color css
<style>
a { background-color: #96CBC3; }
a { background-color: rgb(150,203,195); }
div.DivClassName
{
background-color: #96CBC3;
}
.BgClassName
{
background-color: #96CBC3;
}
</style>
border-color css
<style>
span { border-color: #96CBC3; }
span { border-color: rgb(150,203,195); }
td.TdClassName
{
border-color: #96CBC3;
}
.TagClassName
{
border-color: #96CBC3;
}
</style>