Shades of Surf Crest #BAD1AF
Tints of Surf Crest #BAD1AF
RGB
CMYK
RGB Variations
Color information
#BAD1AF (or 0xBAD1AF) is known color: Surf Crest. HEX triplet: BA, D1 and AF. RGB value is (186,209,175). Sum of RGB (Red+Green+Blue) = 186+209+175=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD1AF is #452E50. Grayscale: #C6C6C6. Windows color (decimal): -4533841 or 11522490. OLE color: 11522490.
HSL color Cylindrical-coordinate representation of color #BAD1AF: hue angle of 100.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAD1AF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 175 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.18 |
| HSL | 100.59º | 0.27% | 0.75% | - |
| HSV(B) | 100.59º | 0.16% | 0.82% | - |
| XYZ | 50.79 | 59.14 | 49.29 | - |
| YUV | 198.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 175 | 0.11 | 0 | 0.16 | 0.18 | 100.59 | 0.27 | 0.75 |
| Hex | BA | D1 | AF | B | 0 | 10 | 12 | 65 | 1B | 4B |
| Octal | 272 | 321 | 257 | 13 | 0 | 20 | 22 | 145 | 33 | 113 |
| Binary | 10111010 | 11010001 | 10101111 | 1011 | 0 | 10000 | 10010 | 1100101 | 11011 | 1001011 |
Color Harmonies of #BAD1AF
Complementary color
Monochromatic Colors of #BAD1AF
Black with #BAD1AF
Text Example
Text Example
White with #BAD1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1AF; }
p { color: rgb(186,209,175); }
H1.HeaderClassName
{
color: #BAD1AF;
}
.AnyTagClassName
{
color: #BAD1AF;
}
</style>
background-color css
<style>
a { background-color: #BAD1AF; }
a { background-color: rgb(186,209,175); }
div.DivClassName
{
background-color: #BAD1AF;
}
.BgClassName
{
background-color: #BAD1AF;
}
</style>
border-color css
<style>
span { border-color: #BAD1AF; }
span { border-color: rgb(186,209,175); }
td.TdClassName
{
border-color: #BAD1AF;
}
.TagClassName
{
border-color: #BAD1AF;
}
</style>