Shades of Surf #BADEB9
Tints of Surf #BADEB9
RGB
CMYK
RGB Variations
Color information
#BADEB9 (or 0xBADEB9) is known color: Surf. HEX triplet: BA, DE and B9. RGB value is (186,222,185). Sum of RGB (Red+Green+Blue) = 186+222+185=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEB9 is #452146. Grayscale: #CFCFCF. Windows color (decimal): -4530503 or 12181178. OLE color: 12181178.
HSL color Cylindrical-coordinate representation of color #BADEB9: hue angle of 118.38º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADEB9 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 185 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 118.38º | 0.36% | 0.8% | - |
| HSV(B) | 118.38º | 0.17% | 0.87% | - |
| XYZ | 55.13 | 66.18 | 55.77 | - |
| YUV | 207.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 185 | 0.16 | 0 | 0.17 | 0.13 | 118.38 | 0.36 | 0.8 |
| Hex | BA | DE | B9 | 10 | 0 | 11 | D | 76 | 24 | 50 |
| Octal | 272 | 336 | 271 | 20 | 0 | 21 | 15 | 166 | 44 | 120 |
| Binary | 10111010 | 11011110 | 10111001 | 10000 | 0 | 10001 | 1101 | 1110110 | 100100 | 1010000 |
Color Harmonies of #BADEB9
Complementary color
Monochromatic Colors of #BADEB9
Black with #BADEB9
Text Example
Text Example
White with #BADEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEB9; }
p { color: rgb(186,222,185); }
H1.HeaderClassName
{
color: #BADEB9;
}
.AnyTagClassName
{
color: #BADEB9;
}
</style>
background-color css
<style>
a { background-color: #BADEB9; }
a { background-color: rgb(186,222,185); }
div.DivClassName
{
background-color: #BADEB9;
}
.BgClassName
{
background-color: #BADEB9;
}
</style>
border-color css
<style>
span { border-color: #BADEB9; }
span { border-color: rgb(186,222,185); }
td.TdClassName
{
border-color: #BADEB9;
}
.TagClassName
{
border-color: #BADEB9;
}
</style>