Shades of Surf #BAD4BB
Tints of Surf #BAD4BB
RGB
CMYK
RGB Variations
Color information
#BAD4BB (or 0xBAD4BB) is known color: Surf. HEX triplet: BA, D4 and BB. RGB value is (186,212,187). Sum of RGB (Red+Green+Blue) = 186+212+187=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4BB is #452B44. Grayscale: #C9C9C9. Windows color (decimal): -4533061 or 12309690. OLE color: 12309690.
HSL color Cylindrical-coordinate representation of color #BAD4BB: hue angle of 122.31º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4BB is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 187 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.17 |
| HSL | 122.31º | 0.23% | 0.78% | - |
| HSV(B) | 122.31º | 0.12% | 0.83% | - |
| XYZ | 52.76 | 61.11 | 56.03 | - |
| YUV | 201.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 187 | 0.12 | 0 | 0.12 | 0.17 | 122.31 | 0.23 | 0.78 |
| Hex | BA | D4 | BB | C | 0 | C | 11 | 7A | 17 | 4E |
| Octal | 272 | 324 | 273 | 14 | 0 | 14 | 21 | 172 | 27 | 116 |
| Binary | 10111010 | 11010100 | 10111011 | 1100 | 0 | 1100 | 10001 | 1111010 | 10111 | 1001110 |
Color Harmonies of #BAD4BB
Complementary color
Monochromatic Colors of #BAD4BB
Black with #BAD4BB
Text Example
Text Example
White with #BAD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4BB; }
p { color: rgb(186,212,187); }
H1.HeaderClassName
{
color: #BAD4BB;
}
.AnyTagClassName
{
color: #BAD4BB;
}
</style>
background-color css
<style>
a { background-color: #BAD4BB; }
a { background-color: rgb(186,212,187); }
div.DivClassName
{
background-color: #BAD4BB;
}
.BgClassName
{
background-color: #BAD4BB;
}
</style>
border-color css
<style>
span { border-color: #BAD4BB; }
span { border-color: rgb(186,212,187); }
td.TdClassName
{
border-color: #BAD4BB;
}
.TagClassName
{
border-color: #BAD4BB;
}
</style>