Shades of Bermuda #8BCBB3
Tints of Bermuda #8BCBB3
RGB
CMYK
RGB Variations
Color information
#8BCBB3 (or 0x8BCBB3) is known color: Bermuda. HEX triplet: 8B, CB and B3. RGB value is (139,203,179). Sum of RGB (Red+Green+Blue) = 139+203+179=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBB3 is #74344C. Grayscale: #B5B5B5. Windows color (decimal): -7615565 or 11783051. OLE color: 11783051.
HSL color Cylindrical-coordinate representation of color #8BCBB3: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCBB3 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 179 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.20 |
| HSL | 157.5º | 0.38% | 0.67% | - |
| HSV(B) | 157.5º | 0.32% | 0.8% | - |
| XYZ | 40.14 | 51.46 | 50.46 | - |
| YUV | 181.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 179 | 0.32 | 0 | 0.12 | 0.20 | 157.5 | 0.38 | 0.67 |
| Hex | 8B | CB | B3 | 20 | 0 | C | 14 | 9E | 26 | 43 |
| Octal | 213 | 313 | 263 | 40 | 0 | 14 | 24 | 236 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10110011 | 100000 | 0 | 1100 | 10100 | 10011110 | 100110 | 1000011 |
Color Harmonies of #8BCBB3
Complementary color
Monochromatic Colors of #8BCBB3
Black with #8BCBB3
Text Example
Text Example
White with #8BCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBB3; }
p { color: rgb(139,203,179); }
H1.HeaderClassName
{
color: #8BCBB3;
}
.AnyTagClassName
{
color: #8BCBB3;
}
</style>
background-color css
<style>
a { background-color: #8BCBB3; }
a { background-color: rgb(139,203,179); }
div.DivClassName
{
background-color: #8BCBB3;
}
.BgClassName
{
background-color: #8BCBB3;
}
</style>
border-color css
<style>
span { border-color: #8BCBB3; }
span { border-color: rgb(139,203,179); }
td.TdClassName
{
border-color: #8BCBB3;
}
.TagClassName
{
border-color: #8BCBB3;
}
</style>