Shades of Surf #BAD2BD
Tints of Surf #BAD2BD
RGB
CMYK
RGB Variations
Color information
#BAD2BD (or 0xBAD2BD) is known color: Surf. HEX triplet: BA, D2 and BD. RGB value is (186,210,189). Sum of RGB (Red+Green+Blue) = 186+210+189=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2BD is #452D42. Grayscale: #C8C8C8. Windows color (decimal): -4533571 or 12440250. OLE color: 12440250.
HSL color Cylindrical-coordinate representation of color #BAD2BD: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2BD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 189 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 127.5º | 0.21% | 0.78% | - |
| HSV(B) | 127.5º | 0.11% | 0.82% | - |
| XYZ | 52.48 | 60.21 | 57 | - |
| YUV | 200.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 189 | 0.11 | 0 | 0.10 | 0.18 | 127.5 | 0.21 | 0.78 |
| Hex | BA | D2 | BD | B | 0 | A | 12 | 80 | 15 | 4E |
| Octal | 272 | 322 | 275 | 13 | 0 | 12 | 22 | 200 | 25 | 116 |
| Binary | 10111010 | 11010010 | 10111101 | 1011 | 0 | 1010 | 10010 | 10000000 | 10101 | 1001110 |
Color Harmonies of #BAD2BD
Complementary color
Monochromatic Colors of #BAD2BD
Black with #BAD2BD
Text Example
Text Example
White with #BAD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2BD; }
p { color: rgb(186,210,189); }
H1.HeaderClassName
{
color: #BAD2BD;
}
.AnyTagClassName
{
color: #BAD2BD;
}
</style>
background-color css
<style>
a { background-color: #BAD2BD; }
a { background-color: rgb(186,210,189); }
div.DivClassName
{
background-color: #BAD2BD;
}
.BgClassName
{
background-color: #BAD2BD;
}
</style>
border-color css
<style>
span { border-color: #BAD2BD; }
span { border-color: rgb(186,210,189); }
td.TdClassName
{
border-color: #BAD2BD;
}
.TagClassName
{
border-color: #BAD2BD;
}
</style>