Shades of Surf #BAD6BB
Tints of Surf #BAD6BB
RGB
CMYK
RGB Variations
Color information
#BAD6BB (or 0xBAD6BB) is known color: Surf. HEX triplet: BA, D6 and BB. RGB value is (186,214,187). Sum of RGB (Red+Green+Blue) = 186+214+187=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6BB is #452944. Grayscale: #CACACA. Windows color (decimal): -4532549 or 12310202. OLE color: 12310202.
HSL color Cylindrical-coordinate representation of color #BAD6BB: hue angle of 122.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6BB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 187 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.16 |
| HSL | 122.14º | 0.25% | 0.78% | - |
| HSV(B) | 122.14º | 0.13% | 0.84% | - |
| XYZ | 53.27 | 62.12 | 56.2 | - |
| YUV | 202.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 187 | 0.13 | 0 | 0.13 | 0.16 | 122.14 | 0.25 | 0.78 |
| Hex | BA | D6 | BB | D | 0 | D | 10 | 7A | 19 | 4E |
| Octal | 272 | 326 | 273 | 15 | 0 | 15 | 20 | 172 | 31 | 116 |
| Binary | 10111010 | 11010110 | 10111011 | 1101 | 0 | 1101 | 10000 | 1111010 | 11001 | 1001110 |
Color Harmonies of #BAD6BB
Complementary color
Monochromatic Colors of #BAD6BB
Black with #BAD6BB
Text Example
Text Example
White with #BAD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6BB; }
p { color: rgb(186,214,187); }
H1.HeaderClassName
{
color: #BAD6BB;
}
.AnyTagClassName
{
color: #BAD6BB;
}
</style>
background-color css
<style>
a { background-color: #BAD6BB; }
a { background-color: rgb(186,214,187); }
div.DivClassName
{
background-color: #BAD6BB;
}
.BgClassName
{
background-color: #BAD6BB;
}
</style>
border-color css
<style>
span { border-color: #BAD6BB; }
span { border-color: rgb(186,214,187); }
td.TdClassName
{
border-color: #BAD6BB;
}
.TagClassName
{
border-color: #BAD6BB;
}
</style>