Shades of Surf #BADABA
Tints of Surf #BADABA
RGB
CMYK
RGB Variations
Color information
#BADABA (or 0xBADABA) is known color: Surf. HEX triplet: BA, DA and BA. RGB value is (186,218,186). Sum of RGB (Red+Green+Blue) = 186+218+186=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #BADABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADABA is #452545. Grayscale: #CCCCCC. Windows color (decimal): -4531526 or 12245690. OLE color: 12245690.
HSL color Cylindrical-coordinate representation of color #BADABA: hue angle of 120º degrees, saturation: 0.3, 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 #BADABA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 186 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.15 |
| HSL | 120º | 0.3% | 0.79% | - |
| HSV(B) | 120º | 0.15% | 0.85% | - |
| XYZ | 54.18 | 64.13 | 55.98 | - |
| YUV | 204.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 186 | 0.15 | 0 | 0.15 | 0.15 | 120 | 0.3 | 0.79 |
| Hex | BA | DA | BA | F | 0 | F | F | 78 | 1E | 4F |
| Octal | 272 | 332 | 272 | 17 | 0 | 17 | 17 | 170 | 36 | 117 |
| Binary | 10111010 | 11011010 | 10111010 | 1111 | 0 | 1111 | 1111 | 1111000 | 11110 | 1001111 |
Color Harmonies of #BADABA
Complementary color
Monochromatic Colors of #BADABA
Black with #BADABA
Text Example
Text Example
White with #BADABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADABA; }
p { color: rgb(186,218,186); }
H1.HeaderClassName
{
color: #BADABA;
}
.AnyTagClassName
{
color: #BADABA;
}
</style>
background-color css
<style>
a { background-color: #BADABA; }
a { background-color: rgb(186,218,186); }
div.DivClassName
{
background-color: #BADABA;
}
.BgClassName
{
background-color: #BADABA;
}
</style>
border-color css
<style>
span { border-color: #BADABA; }
span { border-color: rgb(186,218,186); }
td.TdClassName
{
border-color: #BADABA;
}
.TagClassName
{
border-color: #BADABA;
}
</style>