Shades of Surf #B7D8B6
Tints of Surf #B7D8B6
RGB
CMYK
RGB Variations
Color information
#B7D8B6 (or 0xB7D8B6) is known color: Surf. HEX triplet: B7, D8 and B6. RGB value is (183,216,182). Sum of RGB (Red+Green+Blue) = 183+216+182=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D8B6 is #482749. Grayscale: #CACACA. Windows color (decimal): -4728650 or 11983031. OLE color: 11983031.
HSL color Cylindrical-coordinate representation of color #B7D8B6: hue angle of 118.24º degrees, saturation: 0.3, 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 #B7D8B6 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 182 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.15 |
| HSL | 118.24º | 0.3% | 0.78% | - |
| HSV(B) | 118.24º | 0.16% | 0.85% | - |
| XYZ | 52.53 | 62.56 | 53.56 | - |
| YUV | 202.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 182 | 0.15 | 0 | 0.16 | 0.15 | 118.24 | 0.3 | 0.78 |
| Hex | B7 | D8 | B6 | F | 0 | 10 | F | 76 | 1E | 4E |
| Octal | 267 | 330 | 266 | 17 | 0 | 20 | 17 | 166 | 36 | 116 |
| Binary | 10110111 | 11011000 | 10110110 | 1111 | 0 | 10000 | 1111 | 1110110 | 11110 | 1001110 |
Color Harmonies of #B7D8B6
Complementary color
Monochromatic Colors of #B7D8B6
Black with #B7D8B6
Text Example
Text Example
White with #B7D8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D8B6; }
p { color: rgb(183,216,182); }
H1.HeaderClassName
{
color: #B7D8B6;
}
.AnyTagClassName
{
color: #B7D8B6;
}
</style>
background-color css
<style>
a { background-color: #B7D8B6; }
a { background-color: rgb(183,216,182); }
div.DivClassName
{
background-color: #B7D8B6;
}
.BgClassName
{
background-color: #B7D8B6;
}
</style>
border-color css
<style>
span { border-color: #B7D8B6; }
span { border-color: rgb(183,216,182); }
td.TdClassName
{
border-color: #B7D8B6;
}
.TagClassName
{
border-color: #B7D8B6;
}
</style>