Shades of Surf #BADDBB
Tints of Surf #BADDBB
RGB
CMYK
RGB Variations
Color information
#BADDBB (or 0xBADDBB) is known color: Surf. HEX triplet: BA, DD and BB. RGB value is (186,221,187). Sum of RGB (Red+Green+Blue) = 186+221+187=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBB is #452244. Grayscale: #CECECE. Windows color (decimal): -4530757 or 12311994. OLE color: 12311994.
HSL color Cylindrical-coordinate representation of color #BADDBB: hue angle of 121.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 187 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 121.71º | 0.34% | 0.8% | - |
| HSV(B) | 121.71º | 0.16% | 0.87% | - |
| XYZ | 55.08 | 65.74 | 56.8 | - |
| YUV | 206.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 187 | 0.16 | 0 | 0.15 | 0.13 | 121.71 | 0.34 | 0.8 |
| Hex | BA | DD | BB | 10 | 0 | F | D | 7A | 22 | 50 |
| Octal | 272 | 335 | 273 | 20 | 0 | 17 | 15 | 172 | 42 | 120 |
| Binary | 10111010 | 11011101 | 10111011 | 10000 | 0 | 1111 | 1101 | 1111010 | 100010 | 1010000 |
Color Harmonies of #BADDBB
Complementary color
Monochromatic Colors of #BADDBB
Black with #BADDBB
Text Example
Text Example
White with #BADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDBB; }
p { color: rgb(186,221,187); }
H1.HeaderClassName
{
color: #BADDBB;
}
.AnyTagClassName
{
color: #BADDBB;
}
</style>
background-color css
<style>
a { background-color: #BADDBB; }
a { background-color: rgb(186,221,187); }
div.DivClassName
{
background-color: #BADDBB;
}
.BgClassName
{
background-color: #BADDBB;
}
</style>
border-color css
<style>
span { border-color: #BADDBB; }
span { border-color: rgb(186,221,187); }
td.TdClassName
{
border-color: #BADDBB;
}
.TagClassName
{
border-color: #BADDBB;
}
</style>