Shades of Surf #B7D7B7
Tints of Surf #B7D7B7
RGB
CMYK
RGB Variations
Color information
#B7D7B7 (or 0xB7D7B7) is known color: Surf. HEX triplet: B7, D7 and B7. RGB value is (183,215,183). Sum of RGB (Red+Green+Blue) = 183+215+183=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7B7 is #482848. Grayscale: #C9C9C9. Windows color (decimal): -4728905 or 12048311. OLE color: 12048311.
HSL color Cylindrical-coordinate representation of color #B7D7B7: hue angle of 120º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7D7B7 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 183 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.16 |
| HSL | 120º | 0.29% | 0.78% | - |
| HSV(B) | 120º | 0.15% | 0.84% | - |
| XYZ | 52.38 | 62.09 | 54.02 | - |
| YUV | 201.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 183 | 0.15 | 0 | 0.15 | 0.16 | 120 | 0.29 | 0.78 |
| Hex | B7 | D7 | B7 | F | 0 | F | 10 | 78 | 1D | 4E |
| Octal | 267 | 327 | 267 | 17 | 0 | 17 | 20 | 170 | 35 | 116 |
| Binary | 10110111 | 11010111 | 10110111 | 1111 | 0 | 1111 | 10000 | 1111000 | 11101 | 1001110 |
Color Harmonies of #B7D7B7
Complementary color
Monochromatic Colors of #B7D7B7
Black with #B7D7B7
Text Example
Text Example
White with #B7D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D7B7; }
p { color: rgb(183,215,183); }
H1.HeaderClassName
{
color: #B7D7B7;
}
.AnyTagClassName
{
color: #B7D7B7;
}
</style>
background-color css
<style>
a { background-color: #B7D7B7; }
a { background-color: rgb(183,215,183); }
div.DivClassName
{
background-color: #B7D7B7;
}
.BgClassName
{
background-color: #B7D7B7;
}
</style>
border-color css
<style>
span { border-color: #B7D7B7; }
span { border-color: rgb(183,215,183); }
td.TdClassName
{
border-color: #B7D7B7;
}
.TagClassName
{
border-color: #B7D7B7;
}
</style>