Shades of Surf #BADDBC
Tints of Surf #BADDBC
RGB
CMYK
RGB Variations
Color information
#BADDBC (or 0xBADDBC) is known color: Surf. HEX triplet: BA, DD and BC. RGB value is (186,221,188). Sum of RGB (Red+Green+Blue) = 186+221+188=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDBC is #452243. Grayscale: #CECECE. Windows color (decimal): -4530756 or 12377530. OLE color: 12377530.
HSL color Cylindrical-coordinate representation of color #BADDBC: hue angle of 123.43º 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 #BADDBC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 188 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 123.43º | 0.34% | 0.8% | - |
| HSV(B) | 123.43º | 0.16% | 0.87% | - |
| XYZ | 55.18 | 65.78 | 57.37 | - |
| YUV | 206.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 188 | 0.16 | 0 | 0.15 | 0.13 | 123.43 | 0.34 | 0.8 |
| Hex | BA | DD | BC | 10 | 0 | F | D | 7B | 22 | 50 |
| Octal | 272 | 335 | 274 | 20 | 0 | 17 | 15 | 173 | 42 | 120 |
| Binary | 10111010 | 11011101 | 10111100 | 10000 | 0 | 1111 | 1101 | 1111011 | 100010 | 1010000 |
Color Harmonies of #BADDBC
Complementary color
Monochromatic Colors of #BADDBC
Black with #BADDBC
Text Example
Text Example
White with #BADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDBC; }
p { color: rgb(186,221,188); }
H1.HeaderClassName
{
color: #BADDBC;
}
.AnyTagClassName
{
color: #BADDBC;
}
</style>
background-color css
<style>
a { background-color: #BADDBC; }
a { background-color: rgb(186,221,188); }
div.DivClassName
{
background-color: #BADDBC;
}
.BgClassName
{
background-color: #BADDBC;
}
</style>
border-color css
<style>
span { border-color: #BADDBC; }
span { border-color: rgb(186,221,188); }
td.TdClassName
{
border-color: #BADDBC;
}
.TagClassName
{
border-color: #BADDBC;
}
</style>