Shades of Bermuda #8ACCBB
Tints of Bermuda #8ACCBB
RGB
CMYK
RGB Variations
Color information
#8ACCBB (or 0x8ACCBB) is known color: Bermuda. HEX triplet: 8A, CC and BB. RGB value is (138,204,187). Sum of RGB (Red+Green+Blue) = 138+204+187=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCBB is #753344. Grayscale: #B6B6B6. Windows color (decimal): -7680837 or 12307594. OLE color: 12307594.
HSL color Cylindrical-coordinate representation of color #8ACCBB: hue angle of 164.55º degrees, saturation: 0.39, 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 #8ACCBB is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 187 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.2 |
| HSL | 164.55º | 0.39% | 0.67% | - |
| HSV(B) | 164.55º | 0.32% | 0.8% | - |
| XYZ | 41.04 | 52.18 | 54.92 | - |
| YUV | 182.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 187 | 0.32 | 0 | 0.08 | 0.2 | 164.55 | 0.39 | 0.67 |
| Hex | 8A | CC | BB | 20 | 0 | 8 | 14 | A5 | 27 | 43 |
| Octal | 212 | 314 | 273 | 40 | 0 | 10 | 24 | 245 | 47 | 103 |
| Binary | 10001010 | 11001100 | 10111011 | 100000 | 0 | 1000 | 10100 | 10100101 | 100111 | 1000011 |
Color Harmonies of #8ACCBB
Complementary color
Monochromatic Colors of #8ACCBB
Black with #8ACCBB
Text Example
Text Example
White with #8ACCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACCBB; }
p { color: rgb(138,204,187); }
H1.HeaderClassName
{
color: #8ACCBB;
}
.AnyTagClassName
{
color: #8ACCBB;
}
</style>
background-color css
<style>
a { background-color: #8ACCBB; }
a { background-color: rgb(138,204,187); }
div.DivClassName
{
background-color: #8ACCBB;
}
.BgClassName
{
background-color: #8ACCBB;
}
</style>
border-color css
<style>
span { border-color: #8ACCBB; }
span { border-color: rgb(138,204,187); }
td.TdClassName
{
border-color: #8ACCBB;
}
.TagClassName
{
border-color: #8ACCBB;
}
</style>