Shades of Surf #BAD0BD
Tints of Surf #BAD0BD
RGB
CMYK
RGB Variations
Color information
#BAD0BD (or 0xBAD0BD) is known color: Surf. HEX triplet: BA, D0 and BD. RGB value is (186,208,189). Sum of RGB (Red+Green+Blue) = 186+208+189=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0BD is #452F42. Grayscale: #C7C7C7. Windows color (decimal): -4534083 or 12439738. OLE color: 12439738.
HSL color Cylindrical-coordinate representation of color #BAD0BD: hue angle of 128.18º 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 #BAD0BD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 189 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.18 |
| HSL | 128.18º | 0.19% | 0.77% | - |
| HSV(B) | 128.18º | 0.11% | 0.82% | - |
| XYZ | 51.99 | 59.22 | 56.84 | - |
| YUV | 199.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 189 | 0.11 | 0 | 0.09 | 0.18 | 128.18 | 0.19 | 0.77 |
| Hex | BA | D0 | BD | B | 0 | 9 | 12 | 80 | 13 | 4D |
| Octal | 272 | 320 | 275 | 13 | 0 | 11 | 22 | 200 | 23 | 115 |
| Binary | 10111010 | 11010000 | 10111101 | 1011 | 0 | 1001 | 10010 | 10000000 | 10011 | 1001101 |
Color Harmonies of #BAD0BD
Complementary color
Monochromatic Colors of #BAD0BD
Black with #BAD0BD
Text Example
Text Example
White with #BAD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0BD; }
p { color: rgb(186,208,189); }
H1.HeaderClassName
{
color: #BAD0BD;
}
.AnyTagClassName
{
color: #BAD0BD;
}
</style>
background-color css
<style>
a { background-color: #BAD0BD; }
a { background-color: rgb(186,208,189); }
div.DivClassName
{
background-color: #BAD0BD;
}
.BgClassName
{
background-color: #BAD0BD;
}
</style>
border-color css
<style>
span { border-color: #BAD0BD; }
span { border-color: rgb(186,208,189); }
td.TdClassName
{
border-color: #BAD0BD;
}
.TagClassName
{
border-color: #BAD0BD;
}
</style>