Shades of Surf #BADAB8
Tints of Surf #BADAB8
RGB
CMYK
RGB Variations
Color information
#BADAB8 (or 0xBADAB8) is known color: Surf. HEX triplet: BA, DA and B8. RGB value is (186,218,184). Sum of RGB (Red+Green+Blue) = 186+218+184=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAB8 is #452547. Grayscale: #CCCCCC. Windows color (decimal): -4531528 or 12114618. OLE color: 12114618.
HSL color Cylindrical-coordinate representation of color #BADAB8: hue angle of 116.47º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADAB8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 184 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.15 |
| HSL | 116.47º | 0.31% | 0.79% | - |
| HSV(B) | 116.47º | 0.16% | 0.85% | - |
| XYZ | 53.97 | 64.04 | 54.86 | - |
| YUV | 204.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 184 | 0.15 | 0 | 0.16 | 0.15 | 116.47 | 0.31 | 0.79 |
| Hex | BA | DA | B8 | F | 0 | 10 | F | 74 | 1F | 4F |
| Octal | 272 | 332 | 270 | 17 | 0 | 20 | 17 | 164 | 37 | 117 |
| Binary | 10111010 | 11011010 | 10111000 | 1111 | 0 | 10000 | 1111 | 1110100 | 11111 | 1001111 |
Color Harmonies of #BADAB8
Complementary color
Monochromatic Colors of #BADAB8
Black with #BADAB8
Text Example
Text Example
White with #BADAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAB8; }
p { color: rgb(186,218,184); }
H1.HeaderClassName
{
color: #BADAB8;
}
.AnyTagClassName
{
color: #BADAB8;
}
</style>
background-color css
<style>
a { background-color: #BADAB8; }
a { background-color: rgb(186,218,184); }
div.DivClassName
{
background-color: #BADAB8;
}
.BgClassName
{
background-color: #BADAB8;
}
</style>
border-color css
<style>
span { border-color: #BADAB8; }
span { border-color: rgb(186,218,184); }
td.TdClassName
{
border-color: #BADAB8;
}
.TagClassName
{
border-color: #BADAB8;
}
</style>