Shades of Surf #B7D9BA
Tints of Surf #B7D9BA
RGB
CMYK
RGB Variations
Color information
#B7D9BA (or 0xB7D9BA) is known color: Surf. HEX triplet: B7, D9 and BA. RGB value is (183,217,186). Sum of RGB (Red+Green+Blue) = 183+217+186=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9BA is #482645. Grayscale: #CBCBCB. Windows color (decimal): -4728390 or 12245431. OLE color: 12245431.
HSL color Cylindrical-coordinate representation of color #B7D9BA: hue angle of 125.29º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D9BA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 186 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.15 |
| HSL | 125.29º | 0.31% | 0.78% | - |
| HSV(B) | 125.29º | 0.16% | 0.85% | - |
| XYZ | 53.2 | 63.24 | 55.86 | - |
| YUV | 203.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 186 | 0.16 | 0 | 0.14 | 0.15 | 125.29 | 0.31 | 0.78 |
| Hex | B7 | D9 | BA | 10 | 0 | E | F | 7D | 1F | 4E |
| Octal | 267 | 331 | 272 | 20 | 0 | 16 | 17 | 175 | 37 | 116 |
| Binary | 10110111 | 11011001 | 10111010 | 10000 | 0 | 1110 | 1111 | 1111101 | 11111 | 1001110 |
Color Harmonies of #B7D9BA
Complementary color
Monochromatic Colors of #B7D9BA
Black with #B7D9BA
Text Example
Text Example
White with #B7D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9BA; }
p { color: rgb(183,217,186); }
H1.HeaderClassName
{
color: #B7D9BA;
}
.AnyTagClassName
{
color: #B7D9BA;
}
</style>
background-color css
<style>
a { background-color: #B7D9BA; }
a { background-color: rgb(183,217,186); }
div.DivClassName
{
background-color: #B7D9BA;
}
.BgClassName
{
background-color: #B7D9BA;
}
</style>
border-color css
<style>
span { border-color: #B7D9BA; }
span { border-color: rgb(183,217,186); }
td.TdClassName
{
border-color: #B7D9BA;
}
.TagClassName
{
border-color: #B7D9BA;
}
</style>