Shades of Surf #B7D0BE
Tints of Surf #B7D0BE
RGB
CMYK
RGB Variations
Color information
#B7D0BE (or 0xB7D0BE) is known color: Surf. HEX triplet: B7, D0 and BE. RGB value is (183,208,190). Sum of RGB (Red+Green+Blue) = 183+208+190=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0BE is #482F41. Grayscale: #C6C6C6. Windows color (decimal): -4730690 or 12505271. OLE color: 12505271.
HSL color Cylindrical-coordinate representation of color #B7D0BE: hue angle of 136.8º degrees, saturation: 0.21, 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 #B7D0BE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 190 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.18 |
| HSL | 136.8º | 0.21% | 0.77% | - |
| HSV(B) | 136.8º | 0.12% | 0.82% | - |
| XYZ | 51.38 | 58.9 | 57.38 | - |
| YUV | 198.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 190 | 0.12 | 0 | 0.09 | 0.18 | 136.8 | 0.21 | 0.77 |
| Hex | B7 | D0 | BE | C | 0 | 9 | 12 | 89 | 15 | 4D |
| Octal | 267 | 320 | 276 | 14 | 0 | 11 | 22 | 211 | 25 | 115 |
| Binary | 10110111 | 11010000 | 10111110 | 1100 | 0 | 1001 | 10010 | 10001001 | 10101 | 1001101 |
Color Harmonies of #B7D0BE
Complementary color
Monochromatic Colors of #B7D0BE
Black with #B7D0BE
Text Example
Text Example
White with #B7D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0BE; }
p { color: rgb(183,208,190); }
H1.HeaderClassName
{
color: #B7D0BE;
}
.AnyTagClassName
{
color: #B7D0BE;
}
</style>
background-color css
<style>
a { background-color: #B7D0BE; }
a { background-color: rgb(183,208,190); }
div.DivClassName
{
background-color: #B7D0BE;
}
.BgClassName
{
background-color: #B7D0BE;
}
</style>
border-color css
<style>
span { border-color: #B7D0BE; }
span { border-color: rgb(183,208,190); }
td.TdClassName
{
border-color: #B7D0BE;
}
.TagClassName
{
border-color: #B7D0BE;
}
</style>