Shades of Bermuda #85CABB
Tints of Bermuda #85CABB
RGB
CMYK
RGB Variations
Color information
#85CABB (or 0x85CABB) is known color: Bermuda. HEX triplet: 85, CA and BB. RGB value is (133,202,187). Sum of RGB (Red+Green+Blue) = 133+202+187=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #85CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CABB is #7A3544. Grayscale: #B3B3B3. Windows color (decimal): -8009029 or 12307077. OLE color: 12307077.
HSL color Cylindrical-coordinate representation of color #85CABB: hue angle of 166.96º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CABB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 187 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.21 |
| HSL | 166.96º | 0.39% | 0.66% | - |
| HSV(B) | 166.96º | 0.34% | 0.79% | - |
| XYZ | 39.76 | 50.82 | 54.73 | - |
| YUV | 179.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 187 | 0.34 | 0 | 0.07 | 0.21 | 166.96 | 0.39 | 0.66 |
| Hex | 85 | CA | BB | 22 | 0 | 7 | 15 | A7 | 27 | 42 |
| Octal | 205 | 312 | 273 | 42 | 0 | 7 | 25 | 247 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10111011 | 100010 | 0 | 111 | 10101 | 10100111 | 100111 | 1000010 |
Color Harmonies of #85CABB
Complementary color
Monochromatic Colors of #85CABB
Black with #85CABB
Text Example
Text Example
White with #85CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CABB; }
p { color: rgb(133,202,187); }
H1.HeaderClassName
{
color: #85CABB;
}
.AnyTagClassName
{
color: #85CABB;
}
</style>
background-color css
<style>
a { background-color: #85CABB; }
a { background-color: rgb(133,202,187); }
div.DivClassName
{
background-color: #85CABB;
}
.BgClassName
{
background-color: #85CABB;
}
</style>
border-color css
<style>
span { border-color: #85CABB; }
span { border-color: rgb(133,202,187); }
td.TdClassName
{
border-color: #85CABB;
}
.TagClassName
{
border-color: #85CABB;
}
</style>