Shades of Surf #BAD1BD
Tints of Surf #BAD1BD
RGB
CMYK
RGB Variations
Color information
#BAD1BD (or 0xBAD1BD) is known color: Surf. HEX triplet: BA, D1 and BD. RGB value is (186,209,189). Sum of RGB (Red+Green+Blue) = 186+209+189=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1BD is #452E42. Grayscale: #C7C7C7. Windows color (decimal): -4533827 or 12439994. OLE color: 12439994.
HSL color Cylindrical-coordinate representation of color #BAD1BD: hue angle of 127.83º degrees, saturation: 0.2, 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 #BAD1BD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 189 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 127.83º | 0.2% | 0.77% | - |
| HSV(B) | 127.83º | 0.11% | 0.82% | - |
| XYZ | 52.24 | 59.71 | 56.92 | - |
| YUV | 199.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 189 | 0.11 | 0 | 0.10 | 0.18 | 127.83 | 0.2 | 0.77 |
| Hex | BA | D1 | BD | B | 0 | A | 12 | 80 | 14 | 4D |
| Octal | 272 | 321 | 275 | 13 | 0 | 12 | 22 | 200 | 24 | 115 |
| Binary | 10111010 | 11010001 | 10111101 | 1011 | 0 | 1010 | 10010 | 10000000 | 10100 | 1001101 |
Color Harmonies of #BAD1BD
Complementary color
Monochromatic Colors of #BAD1BD
Black with #BAD1BD
Text Example
Text Example
White with #BAD1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1BD; }
p { color: rgb(186,209,189); }
H1.HeaderClassName
{
color: #BAD1BD;
}
.AnyTagClassName
{
color: #BAD1BD;
}
</style>
background-color css
<style>
a { background-color: #BAD1BD; }
a { background-color: rgb(186,209,189); }
div.DivClassName
{
background-color: #BAD1BD;
}
.BgClassName
{
background-color: #BAD1BD;
}
</style>
border-color css
<style>
span { border-color: #BAD1BD; }
span { border-color: rgb(186,209,189); }
td.TdClassName
{
border-color: #BAD1BD;
}
.TagClassName
{
border-color: #BAD1BD;
}
</style>