Shades of Bermuda #8FCABD
Tints of Bermuda #8FCABD
RGB
CMYK
RGB Variations
Color information
#8FCABD (or 0x8FCABD) is known color: Bermuda. HEX triplet: 8F, CA and BD. RGB value is (143,202,189). Sum of RGB (Red+Green+Blue) = 143+202+189=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCABD is #703542. Grayscale: #B6B6B6. Windows color (decimal): -7353667 or 12438159. OLE color: 12438159.
HSL color Cylindrical-coordinate representation of color #8FCABD: hue angle of 166.78º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FCABD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 189 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.21 |
| HSL | 166.78º | 0.36% | 0.68% | - |
| HSV(B) | 166.78º | 0.29% | 0.79% | - |
| XYZ | 41.63 | 51.75 | 55.94 | - |
| YUV | 182.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 189 | 0.29 | 0 | 0.06 | 0.21 | 166.78 | 0.36 | 0.68 |
| Hex | 8F | CA | BD | 1D | 0 | 6 | 15 | A7 | 24 | 44 |
| Octal | 217 | 312 | 275 | 35 | 0 | 6 | 25 | 247 | 44 | 104 |
| Binary | 10001111 | 11001010 | 10111101 | 11101 | 0 | 110 | 10101 | 10100111 | 100100 | 1000100 |
Color Harmonies of #8FCABD
Complementary color
Monochromatic Colors of #8FCABD
Black with #8FCABD
Text Example
Text Example
White with #8FCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCABD; }
p { color: rgb(143,202,189); }
H1.HeaderClassName
{
color: #8FCABD;
}
.AnyTagClassName
{
color: #8FCABD;
}
</style>
background-color css
<style>
a { background-color: #8FCABD; }
a { background-color: rgb(143,202,189); }
div.DivClassName
{
background-color: #8FCABD;
}
.BgClassName
{
background-color: #8FCABD;
}
</style>
border-color css
<style>
span { border-color: #8FCABD; }
span { border-color: rgb(143,202,189); }
td.TdClassName
{
border-color: #8FCABD;
}
.TagClassName
{
border-color: #8FCABD;
}
</style>