Shades of Surf #BAD5BB
Tints of Surf #BAD5BB
RGB
CMYK
RGB Variations
Color information
#BAD5BB (or 0xBAD5BB) is known color: Surf. HEX triplet: BA, D5 and BB. RGB value is (186,213,187). Sum of RGB (Red+Green+Blue) = 186+213+187=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5BB is #452A44. Grayscale: #CACACA. Windows color (decimal): -4532805 or 12309946. OLE color: 12309946.
HSL color Cylindrical-coordinate representation of color #BAD5BB: hue angle of 122.22º degrees, saturation: 0.24, 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 #BAD5BB is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 187 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.16 |
| HSL | 122.22º | 0.24% | 0.78% | - |
| HSV(B) | 122.22º | 0.13% | 0.84% | - |
| XYZ | 53.01 | 61.62 | 56.11 | - |
| YUV | 201.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 187 | 0.13 | 0 | 0.12 | 0.16 | 122.22 | 0.24 | 0.78 |
| Hex | BA | D5 | BB | D | 0 | C | 10 | 7A | 18 | 4E |
| Octal | 272 | 325 | 273 | 15 | 0 | 14 | 20 | 172 | 30 | 116 |
| Binary | 10111010 | 11010101 | 10111011 | 1101 | 0 | 1100 | 10000 | 1111010 | 11000 | 1001110 |
Color Harmonies of #BAD5BB
Complementary color
Monochromatic Colors of #BAD5BB
Black with #BAD5BB
Text Example
Text Example
White with #BAD5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD5BB; }
p { color: rgb(186,213,187); }
H1.HeaderClassName
{
color: #BAD5BB;
}
.AnyTagClassName
{
color: #BAD5BB;
}
</style>
background-color css
<style>
a { background-color: #BAD5BB; }
a { background-color: rgb(186,213,187); }
div.DivClassName
{
background-color: #BAD5BB;
}
.BgClassName
{
background-color: #BAD5BB;
}
</style>
border-color css
<style>
span { border-color: #BAD5BB; }
span { border-color: rgb(186,213,187); }
td.TdClassName
{
border-color: #BAD5BB;
}
.TagClassName
{
border-color: #BAD5BB;
}
</style>