Shades of Surf #BAD2B8
Tints of Surf #BAD2B8
RGB
CMYK
RGB Variations
Color information
#BAD2B8 (or 0xBAD2B8) is known color: Surf. HEX triplet: BA, D2 and B8. RGB value is (186,210,184). Sum of RGB (Red+Green+Blue) = 186+210+184=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2B8 is #452D47. Grayscale: #C7C7C7. Windows color (decimal): -4533576 or 12112570. OLE color: 12112570.
HSL color Cylindrical-coordinate representation of color #BAD2B8: hue angle of 115.38º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD2B8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 184 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.18 |
| HSL | 115.38º | 0.22% | 0.77% | - |
| HSV(B) | 115.38º | 0.12% | 0.82% | - |
| XYZ | 51.95 | 59.99 | 54.19 | - |
| YUV | 199.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 184 | 0.11 | 0 | 0.12 | 0.18 | 115.38 | 0.22 | 0.77 |
| Hex | BA | D2 | B8 | B | 0 | C | 12 | 73 | 16 | 4D |
| Octal | 272 | 322 | 270 | 13 | 0 | 14 | 22 | 163 | 26 | 115 |
| Binary | 10111010 | 11010010 | 10111000 | 1011 | 0 | 1100 | 10010 | 1110011 | 10110 | 1001101 |
Color Harmonies of #BAD2B8
Complementary color
Monochromatic Colors of #BAD2B8
Black with #BAD2B8
Text Example
Text Example
White with #BAD2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2B8; }
p { color: rgb(186,210,184); }
H1.HeaderClassName
{
color: #BAD2B8;
}
.AnyTagClassName
{
color: #BAD2B8;
}
</style>
background-color css
<style>
a { background-color: #BAD2B8; }
a { background-color: rgb(186,210,184); }
div.DivClassName
{
background-color: #BAD2B8;
}
.BgClassName
{
background-color: #BAD2B8;
}
</style>
border-color css
<style>
span { border-color: #BAD2B8; }
span { border-color: rgb(186,210,184); }
td.TdClassName
{
border-color: #BAD2B8;
}
.TagClassName
{
border-color: #BAD2B8;
}
</style>