Shades of Surf #BADCB9
Tints of Surf #BADCB9
RGB
CMYK
RGB Variations
Color information
#BADCB9 (or 0xBADCB9) is known color: Surf. HEX triplet: BA, DC and B9. RGB value is (186,220,185). Sum of RGB (Red+Green+Blue) = 186+220+185=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCB9 is #452346. Grayscale: #CDCDCD. Windows color (decimal): -4531015 or 12180666. OLE color: 12180666.
HSL color Cylindrical-coordinate representation of color #BADCB9: hue angle of 118.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADCB9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 185 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.14 |
| HSL | 118.29º | 0.33% | 0.79% | - |
| HSV(B) | 118.29º | 0.16% | 0.86% | - |
| XYZ | 54.6 | 65.13 | 55.59 | - |
| YUV | 205.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 185 | 0.15 | 0 | 0.16 | 0.14 | 118.29 | 0.33 | 0.79 |
| Hex | BA | DC | B9 | F | 0 | 10 | E | 76 | 21 | 4F |
| Octal | 272 | 334 | 271 | 17 | 0 | 20 | 16 | 166 | 41 | 117 |
| Binary | 10111010 | 11011100 | 10111001 | 1111 | 0 | 10000 | 1110 | 1110110 | 100001 | 1001111 |
Color Harmonies of #BADCB9
Complementary color
Monochromatic Colors of #BADCB9
Black with #BADCB9
Text Example
Text Example
White with #BADCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCB9; }
p { color: rgb(186,220,185); }
H1.HeaderClassName
{
color: #BADCB9;
}
.AnyTagClassName
{
color: #BADCB9;
}
</style>
background-color css
<style>
a { background-color: #BADCB9; }
a { background-color: rgb(186,220,185); }
div.DivClassName
{
background-color: #BADCB9;
}
.BgClassName
{
background-color: #BADCB9;
}
</style>
border-color css
<style>
span { border-color: #BADCB9; }
span { border-color: rgb(186,220,185); }
td.TdClassName
{
border-color: #BADCB9;
}
.TagClassName
{
border-color: #BADCB9;
}
</style>