Shades of Surf #BAD9B8
Tints of Surf #BAD9B8
RGB
CMYK
RGB Variations
Color information
#BAD9B8 (or 0xBAD9B8) is known color: Surf. HEX triplet: BA, D9 and B8. RGB value is (186,217,184). Sum of RGB (Red+Green+Blue) = 186+217+184=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9B8 is #452647. Grayscale: #CCCCCC. Windows color (decimal): -4531784 or 12114362. OLE color: 12114362.
HSL color Cylindrical-coordinate representation of color #BAD9B8: hue angle of 116.36º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAD9B8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 184 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 116.36º | 0.3% | 0.79% | - |
| HSV(B) | 116.36º | 0.15% | 0.85% | - |
| XYZ | 53.71 | 63.53 | 54.78 | - |
| YUV | 203.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 184 | 0.14 | 0 | 0.15 | 0.15 | 116.36 | 0.3 | 0.79 |
| Hex | BA | D9 | B8 | E | 0 | F | F | 74 | 1E | 4F |
| Octal | 272 | 331 | 270 | 16 | 0 | 17 | 17 | 164 | 36 | 117 |
| Binary | 10111010 | 11011001 | 10111000 | 1110 | 0 | 1111 | 1111 | 1110100 | 11110 | 1001111 |
Color Harmonies of #BAD9B8
Complementary color
Monochromatic Colors of #BAD9B8
Black with #BAD9B8
Text Example
Text Example
White with #BAD9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9B8; }
p { color: rgb(186,217,184); }
H1.HeaderClassName
{
color: #BAD9B8;
}
.AnyTagClassName
{
color: #BAD9B8;
}
</style>
background-color css
<style>
a { background-color: #BAD9B8; }
a { background-color: rgb(186,217,184); }
div.DivClassName
{
background-color: #BAD9B8;
}
.BgClassName
{
background-color: #BAD9B8;
}
</style>
border-color css
<style>
span { border-color: #BAD9B8; }
span { border-color: rgb(186,217,184); }
td.TdClassName
{
border-color: #BAD9B8;
}
.TagClassName
{
border-color: #BAD9B8;
}
</style>