Shades of Bermuda #8ACEBD
Tints of Bermuda #8ACEBD
RGB
CMYK
RGB Variations
Color information
#8ACEBD (or 0x8ACEBD) is known color: Bermuda. HEX triplet: 8A, CE and BD. RGB value is (138,206,189). Sum of RGB (Red+Green+Blue) = 138+206+189=533 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.89% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACEBD is #753142. Grayscale: #B7B7B7. Windows color (decimal): -7680323 or 12439178. OLE color: 12439178.
HSL color Cylindrical-coordinate representation of color #8ACEBD: hue angle of 165º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACEBD is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 189 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.19 |
| HSL | 165º | 0.41% | 0.67% | - |
| HSV(B) | 165º | 0.33% | 0.81% | - |
| XYZ | 41.74 | 53.22 | 56.22 | - |
| YUV | 183.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 189 | 0.33 | 0 | 0.08 | 0.19 | 165 | 0.41 | 0.67 |
| Hex | 8A | CE | BD | 21 | 0 | 8 | 13 | A5 | 29 | 43 |
| Octal | 212 | 316 | 275 | 41 | 0 | 10 | 23 | 245 | 51 | 103 |
| Binary | 10001010 | 11001110 | 10111101 | 100001 | 0 | 1000 | 10011 | 10100101 | 101001 | 1000011 |
Color Harmonies of #8ACEBD
Complementary color
Monochromatic Colors of #8ACEBD
Black with #8ACEBD
Text Example
Text Example
White with #8ACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEBD; }
p { color: rgb(138,206,189); }
H1.HeaderClassName
{
color: #8ACEBD;
}
.AnyTagClassName
{
color: #8ACEBD;
}
</style>
background-color css
<style>
a { background-color: #8ACEBD; }
a { background-color: rgb(138,206,189); }
div.DivClassName
{
background-color: #8ACEBD;
}
.BgClassName
{
background-color: #8ACEBD;
}
</style>
border-color css
<style>
span { border-color: #8ACEBD; }
span { border-color: rgb(138,206,189); }
td.TdClassName
{
border-color: #8ACEBD;
}
.TagClassName
{
border-color: #8ACEBD;
}
</style>