Shades of Surf #B7D6BB
Tints of Surf #B7D6BB
RGB
CMYK
RGB Variations
Color information
#B7D6BB (or 0xB7D6BB) is known color: Surf. HEX triplet: B7, D6 and BB. RGB value is (183,214,187). Sum of RGB (Red+Green+Blue) = 183+214+187=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6BB is #482944. Grayscale: #C9C9C9. Windows color (decimal): -4729157 or 12310199. OLE color: 12310199.
HSL color Cylindrical-coordinate representation of color #B7D6BB: hue angle of 127.74º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D6BB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 187 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.16 |
| HSL | 127.74º | 0.27% | 0.78% | - |
| HSV(B) | 127.74º | 0.14% | 0.84% | - |
| XYZ | 52.54 | 61.75 | 56.16 | - |
| YUV | 201.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 187 | 0.14 | 0 | 0.13 | 0.16 | 127.74 | 0.27 | 0.78 |
| Hex | B7 | D6 | BB | E | 0 | D | 10 | 80 | 1B | 4E |
| Octal | 267 | 326 | 273 | 16 | 0 | 15 | 20 | 200 | 33 | 116 |
| Binary | 10110111 | 11010110 | 10111011 | 1110 | 0 | 1101 | 10000 | 10000000 | 11011 | 1001110 |
Color Harmonies of #B7D6BB
Complementary color
Monochromatic Colors of #B7D6BB
Black with #B7D6BB
Text Example
Text Example
White with #B7D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6BB; }
p { color: rgb(183,214,187); }
H1.HeaderClassName
{
color: #B7D6BB;
}
.AnyTagClassName
{
color: #B7D6BB;
}
</style>
background-color css
<style>
a { background-color: #B7D6BB; }
a { background-color: rgb(183,214,187); }
div.DivClassName
{
background-color: #B7D6BB;
}
.BgClassName
{
background-color: #B7D6BB;
}
</style>
border-color css
<style>
span { border-color: #B7D6BB; }
span { border-color: rgb(183,214,187); }
td.TdClassName
{
border-color: #B7D6BB;
}
.TagClassName
{
border-color: #B7D6BB;
}
</style>