Shades of Surf #B7D2BE
Tints of Surf #B7D2BE
RGB
CMYK
RGB Variations
Color information
#B7D2BE (or 0xB7D2BE) is known color: Surf. HEX triplet: B7, D2 and BE. RGB value is (183,210,190). Sum of RGB (Red+Green+Blue) = 183+210+190=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2BE is #482D41. Grayscale: #C7C7C7. Windows color (decimal): -4730178 or 12505783. OLE color: 12505783.
HSL color Cylindrical-coordinate representation of color #B7D2BE: hue angle of 135.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2BE is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 190 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.18 |
| HSL | 135.56º | 0.23% | 0.77% | - |
| HSV(B) | 135.56º | 0.13% | 0.82% | - |
| XYZ | 51.87 | 59.88 | 57.54 | - |
| YUV | 199.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 190 | 0.13 | 0 | 0.10 | 0.18 | 135.56 | 0.23 | 0.77 |
| Hex | B7 | D2 | BE | D | 0 | A | 12 | 88 | 17 | 4D |
| Octal | 267 | 322 | 276 | 15 | 0 | 12 | 22 | 210 | 27 | 115 |
| Binary | 10110111 | 11010010 | 10111110 | 1101 | 0 | 1010 | 10010 | 10001000 | 10111 | 1001101 |
Color Harmonies of #B7D2BE
Complementary color
Monochromatic Colors of #B7D2BE
Black with #B7D2BE
Text Example
Text Example
White with #B7D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2BE; }
p { color: rgb(183,210,190); }
H1.HeaderClassName
{
color: #B7D2BE;
}
.AnyTagClassName
{
color: #B7D2BE;
}
</style>
background-color css
<style>
a { background-color: #B7D2BE; }
a { background-color: rgb(183,210,190); }
div.DivClassName
{
background-color: #B7D2BE;
}
.BgClassName
{
background-color: #B7D2BE;
}
</style>
border-color css
<style>
span { border-color: #B7D2BE; }
span { border-color: rgb(183,210,190); }
td.TdClassName
{
border-color: #B7D2BE;
}
.TagClassName
{
border-color: #B7D2BE;
}
</style>