Shades of Surf #BAD8BB
Tints of Surf #BAD8BB
RGB
CMYK
RGB Variations
Color information
#BAD8BB (or 0xBAD8BB) is known color: Surf. HEX triplet: BA, D8 and BB. RGB value is (186,216,187). Sum of RGB (Red+Green+Blue) = 186+216+187=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8BB is #452744. Grayscale: #CBCBCB. Windows color (decimal): -4532037 or 12310714. OLE color: 12310714.
HSL color Cylindrical-coordinate representation of color #BAD8BB: hue angle of 122º degrees, saturation: 0.28, 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 #BAD8BB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 187 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.15 |
| HSL | 122º | 0.28% | 0.79% | - |
| HSV(B) | 122º | 0.14% | 0.85% | - |
| XYZ | 53.78 | 63.14 | 56.37 | - |
| YUV | 203.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 187 | 0.14 | 0 | 0.13 | 0.15 | 122 | 0.28 | 0.79 |
| Hex | BA | D8 | BB | E | 0 | D | F | 7A | 1C | 4F |
| Octal | 272 | 330 | 273 | 16 | 0 | 15 | 17 | 172 | 34 | 117 |
| Binary | 10111010 | 11011000 | 10111011 | 1110 | 0 | 1101 | 1111 | 1111010 | 11100 | 1001111 |
Color Harmonies of #BAD8BB
Complementary color
Monochromatic Colors of #BAD8BB
Black with #BAD8BB
Text Example
Text Example
White with #BAD8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8BB; }
p { color: rgb(186,216,187); }
H1.HeaderClassName
{
color: #BAD8BB;
}
.AnyTagClassName
{
color: #BAD8BB;
}
</style>
background-color css
<style>
a { background-color: #BAD8BB; }
a { background-color: rgb(186,216,187); }
div.DivClassName
{
background-color: #BAD8BB;
}
.BgClassName
{
background-color: #BAD8BB;
}
</style>
border-color css
<style>
span { border-color: #BAD8BB; }
span { border-color: rgb(186,216,187); }
td.TdClassName
{
border-color: #BAD8BB;
}
.TagClassName
{
border-color: #BAD8BB;
}
</style>