Shades of Surf #BAD9BF
Tints of Surf #BAD9BF
RGB
CMYK
RGB Variations
Color information
#BAD9BF (or 0xBAD9BF) is known color: Surf. HEX triplet: BA, D9 and BF. RGB value is (186,217,191). Sum of RGB (Red+Green+Blue) = 186+217+191=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9BF is #452640. Grayscale: #CCCCCC. Windows color (decimal): -4531777 or 12573114. OLE color: 12573114.
HSL color Cylindrical-coordinate representation of color #BAD9BF: hue angle of 129.68º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD9BF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 191 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 129.68º | 0.29% | 0.79% | - |
| HSV(B) | 129.68º | 0.14% | 0.85% | - |
| XYZ | 54.47 | 63.83 | 58.74 | - |
| YUV | 204.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 191 | 0.14 | 0 | 0.12 | 0.15 | 129.68 | 0.29 | 0.79 |
| Hex | BA | D9 | BF | E | 0 | C | F | 82 | 1D | 4F |
| Octal | 272 | 331 | 277 | 16 | 0 | 14 | 17 | 202 | 35 | 117 |
| Binary | 10111010 | 11011001 | 10111111 | 1110 | 0 | 1100 | 1111 | 10000010 | 11101 | 1001111 |
Color Harmonies of #BAD9BF
Complementary color
Monochromatic Colors of #BAD9BF
Black with #BAD9BF
Text Example
Text Example
White with #BAD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9BF; }
p { color: rgb(186,217,191); }
H1.HeaderClassName
{
color: #BAD9BF;
}
.AnyTagClassName
{
color: #BAD9BF;
}
</style>
background-color css
<style>
a { background-color: #BAD9BF; }
a { background-color: rgb(186,217,191); }
div.DivClassName
{
background-color: #BAD9BF;
}
.BgClassName
{
background-color: #BAD9BF;
}
</style>
border-color css
<style>
span { border-color: #BAD9BF; }
span { border-color: rgb(186,217,191); }
td.TdClassName
{
border-color: #BAD9BF;
}
.TagClassName
{
border-color: #BAD9BF;
}
</style>