Shades of Surf #BADAB9
Tints of Surf #BADAB9
RGB
CMYK
RGB Variations
Color information
#BADAB9 (or 0xBADAB9) is known color: Surf. HEX triplet: BA, DA and B9. RGB value is (186,218,185). Sum of RGB (Red+Green+Blue) = 186+218+185=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB9 is #452546. Grayscale: #CCCCCC. Windows color (decimal): -4531527 or 12180154. OLE color: 12180154.
HSL color Cylindrical-coordinate representation of color #BADAB9: hue angle of 118.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAB9 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 185 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.15 |
| HSL | 118.18º | 0.31% | 0.79% | - |
| HSV(B) | 118.18º | 0.15% | 0.85% | - |
| XYZ | 54.08 | 64.08 | 55.42 | - |
| YUV | 204.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 185 | 0.15 | 0 | 0.15 | 0.15 | 118.18 | 0.31 | 0.79 |
| Hex | BA | DA | B9 | F | 0 | F | F | 76 | 1F | 4F |
| Octal | 272 | 332 | 271 | 17 | 0 | 17 | 17 | 166 | 37 | 117 |
| Binary | 10111010 | 11011010 | 10111001 | 1111 | 0 | 1111 | 1111 | 1110110 | 11111 | 1001111 |
Color Harmonies of #BADAB9
Complementary color
Monochromatic Colors of #BADAB9
Black with #BADAB9
Text Example
Text Example
White with #BADAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAB9; }
p { color: rgb(186,218,185); }
H1.HeaderClassName
{
color: #BADAB9;
}
.AnyTagClassName
{
color: #BADAB9;
}
</style>
background-color css
<style>
a { background-color: #BADAB9; }
a { background-color: rgb(186,218,185); }
div.DivClassName
{
background-color: #BADAB9;
}
.BgClassName
{
background-color: #BADAB9;
}
</style>
border-color css
<style>
span { border-color: #BADAB9; }
span { border-color: rgb(186,218,185); }
td.TdClassName
{
border-color: #BADAB9;
}
.TagClassName
{
border-color: #BADAB9;
}
</style>