Shades of Surf #BADDB8
Tints of Surf #BADDB8
RGB
CMYK
RGB Variations
Color information
#BADDB8 (or 0xBADDB8) is known color: Surf. HEX triplet: BA, DD and B8. RGB value is (186,221,184). Sum of RGB (Red+Green+Blue) = 186+221+184=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDB8 is #452247. Grayscale: #CECECE. Windows color (decimal): -4530760 or 12115386. OLE color: 12115386.
HSL color Cylindrical-coordinate representation of color #BADDB8: hue angle of 116.76º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADDB8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 184 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.13 |
| HSL | 116.76º | 0.35% | 0.79% | - |
| HSV(B) | 116.76º | 0.17% | 0.87% | - |
| XYZ | 54.76 | 65.61 | 55.13 | - |
| YUV | 206.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 184 | 0.16 | 0 | 0.17 | 0.13 | 116.76 | 0.35 | 0.79 |
| Hex | BA | DD | B8 | 10 | 0 | 11 | D | 75 | 23 | 4F |
| Octal | 272 | 335 | 270 | 20 | 0 | 21 | 15 | 165 | 43 | 117 |
| Binary | 10111010 | 11011101 | 10111000 | 10000 | 0 | 10001 | 1101 | 1110101 | 100011 | 1001111 |
Color Harmonies of #BADDB8
Complementary color
Monochromatic Colors of #BADDB8
Black with #BADDB8
Text Example
Text Example
White with #BADDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDB8; }
p { color: rgb(186,221,184); }
H1.HeaderClassName
{
color: #BADDB8;
}
.AnyTagClassName
{
color: #BADDB8;
}
</style>
background-color css
<style>
a { background-color: #BADDB8; }
a { background-color: rgb(186,221,184); }
div.DivClassName
{
background-color: #BADDB8;
}
.BgClassName
{
background-color: #BADDB8;
}
</style>
border-color css
<style>
span { border-color: #BADDB8; }
span { border-color: rgb(186,221,184); }
td.TdClassName
{
border-color: #BADDB8;
}
.TagClassName
{
border-color: #BADDB8;
}
</style>