Shades of Surf #BAD0BB
Tints of Surf #BAD0BB
RGB
CMYK
RGB Variations
Color information
#BAD0BB (or 0xBAD0BB) is known color: Surf. HEX triplet: BA, D0 and BB. RGB value is (186,208,187). Sum of RGB (Red+Green+Blue) = 186+208+187=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0BB is #452F44. Grayscale: #C7C7C7. Windows color (decimal): -4534085 or 12308666. OLE color: 12308666.
HSL color Cylindrical-coordinate representation of color #BAD0BB: hue angle of 122.73º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD0BB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 187 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 122.73º | 0.19% | 0.77% | - |
| HSV(B) | 122.73º | 0.11% | 0.82% | - |
| XYZ | 51.78 | 59.14 | 55.7 | - |
| YUV | 199.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 187 | 0.11 | 0 | 0.10 | 0.18 | 122.73 | 0.19 | 0.77 |
| Hex | BA | D0 | BB | B | 0 | A | 12 | 7B | 13 | 4D |
| Octal | 272 | 320 | 273 | 13 | 0 | 12 | 22 | 173 | 23 | 115 |
| Binary | 10111010 | 11010000 | 10111011 | 1011 | 0 | 1010 | 10010 | 1111011 | 10011 | 1001101 |
Color Harmonies of #BAD0BB
Complementary color
Monochromatic Colors of #BAD0BB
Black with #BAD0BB
Text Example
Text Example
White with #BAD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0BB; }
p { color: rgb(186,208,187); }
H1.HeaderClassName
{
color: #BAD0BB;
}
.AnyTagClassName
{
color: #BAD0BB;
}
</style>
background-color css
<style>
a { background-color: #BAD0BB; }
a { background-color: rgb(186,208,187); }
div.DivClassName
{
background-color: #BAD0BB;
}
.BgClassName
{
background-color: #BAD0BB;
}
</style>
border-color css
<style>
span { border-color: #BAD0BB; }
span { border-color: rgb(186,208,187); }
td.TdClassName
{
border-color: #BAD0BB;
}
.TagClassName
{
border-color: #BAD0BB;
}
</style>