Shades of Surf #B7D8BE
Tints of Surf #B7D8BE
RGB
CMYK
RGB Variations
Color information
#B7D8BE (or 0xB7D8BE) is known color: Surf. HEX triplet: B7, D8 and BE. RGB value is (183,216,190). Sum of RGB (Red+Green+Blue) = 183+216+190=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8BE is #482741. Grayscale: #CBCBCB. Windows color (decimal): -4728642 or 12507319. OLE color: 12507319.
HSL color Cylindrical-coordinate representation of color #B7D8BE: hue angle of 132.73º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D8BE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 190 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.15 |
| HSL | 132.73º | 0.3% | 0.78% | - |
| HSV(B) | 132.73º | 0.15% | 0.85% | - |
| XYZ | 53.38 | 62.9 | 58.04 | - |
| YUV | 203.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 190 | 0.15 | 0 | 0.12 | 0.15 | 132.73 | 0.3 | 0.78 |
| Hex | B7 | D8 | BE | F | 0 | C | F | 85 | 1E | 4E |
| Octal | 267 | 330 | 276 | 17 | 0 | 14 | 17 | 205 | 36 | 116 |
| Binary | 10110111 | 11011000 | 10111110 | 1111 | 0 | 1100 | 1111 | 10000101 | 11110 | 1001110 |
Color Harmonies of #B7D8BE
Complementary color
Monochromatic Colors of #B7D8BE
Black with #B7D8BE
Text Example
Text Example
White with #B7D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D8BE; }
p { color: rgb(183,216,190); }
H1.HeaderClassName
{
color: #B7D8BE;
}
.AnyTagClassName
{
color: #B7D8BE;
}
</style>
background-color css
<style>
a { background-color: #B7D8BE; }
a { background-color: rgb(183,216,190); }
div.DivClassName
{
background-color: #B7D8BE;
}
.BgClassName
{
background-color: #B7D8BE;
}
</style>
border-color css
<style>
span { border-color: #B7D8BE; }
span { border-color: rgb(183,216,190); }
td.TdClassName
{
border-color: #B7D8BE;
}
.TagClassName
{
border-color: #B7D8BE;
}
</style>