Shades of Surf Crest #BAD0AF
Tints of Surf Crest #BAD0AF
RGB
CMYK
RGB Variations
Color information
#BAD0AF (or 0xBAD0AF) is known color: Surf Crest. HEX triplet: BA, D0 and AF. RGB value is (186,208,175). Sum of RGB (Red+Green+Blue) = 186+208+175=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD0AF is #452F50. Grayscale: #C5C5C5. Windows color (decimal): -4534097 or 11522234. OLE color: 11522234.
HSL color Cylindrical-coordinate representation of color #BAD0AF: hue angle of 100º degrees, saturation: 0.26, 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 #BAD0AF is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 175 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.18 |
| HSL | 100º | 0.26% | 0.75% | - |
| HSV(B) | 100º | 0.16% | 0.82% | - |
| XYZ | 50.54 | 58.65 | 49.21 | - |
| YUV | 197.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 175 | 0.11 | 0 | 0.16 | 0.18 | 100 | 0.26 | 0.75 |
| Hex | BA | D0 | AF | B | 0 | 10 | 12 | 64 | 1A | 4B |
| Octal | 272 | 320 | 257 | 13 | 0 | 20 | 22 | 144 | 32 | 113 |
| Binary | 10111010 | 11010000 | 10101111 | 1011 | 0 | 10000 | 10010 | 1100100 | 11010 | 1001011 |
Color Harmonies of #BAD0AF
Complementary color
Monochromatic Colors of #BAD0AF
Black with #BAD0AF
Text Example
Text Example
White with #BAD0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0AF; }
p { color: rgb(186,208,175); }
H1.HeaderClassName
{
color: #BAD0AF;
}
.AnyTagClassName
{
color: #BAD0AF;
}
</style>
background-color css
<style>
a { background-color: #BAD0AF; }
a { background-color: rgb(186,208,175); }
div.DivClassName
{
background-color: #BAD0AF;
}
.BgClassName
{
background-color: #BAD0AF;
}
</style>
border-color css
<style>
span { border-color: #BAD0AF; }
span { border-color: rgb(186,208,175); }
td.TdClassName
{
border-color: #BAD0AF;
}
.TagClassName
{
border-color: #BAD0AF;
}
</style>