Shades of Surf #B9D7B7
Tints of Surf #B9D7B7
RGB
CMYK
RGB Variations
Color information
#B9D7B7 (or 0xB9D7B7) is known color: Surf. HEX triplet: B9, D7 and B7. RGB value is (185,215,183). Sum of RGB (Red+Green+Blue) = 185+215+183=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7B7 is #462848. Grayscale: #CACACA. Windows color (decimal): -4597833 or 12048313. OLE color: 12048313.
HSL color Cylindrical-coordinate representation of color #B9D7B7: hue angle of 116.25º 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 #B9D7B7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 183 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.16 |
| HSL | 116.25º | 0.29% | 0.78% | - |
| HSV(B) | 116.25º | 0.15% | 0.84% | - |
| XYZ | 52.86 | 62.33 | 54.05 | - |
| YUV | 202.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 183 | 0.14 | 0 | 0.15 | 0.16 | 116.25 | 0.29 | 0.78 |
| Hex | B9 | D7 | B7 | E | 0 | F | 10 | 74 | 1D | 4E |
| Octal | 271 | 327 | 267 | 16 | 0 | 17 | 20 | 164 | 35 | 116 |
| Binary | 10111001 | 11010111 | 10110111 | 1110 | 0 | 1111 | 10000 | 1110100 | 11101 | 1001110 |
Color Harmonies of #B9D7B7
Complementary color
Monochromatic Colors of #B9D7B7
Black with #B9D7B7
Text Example
Text Example
White with #B9D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7B7; }
p { color: rgb(185,215,183); }
H1.HeaderClassName
{
color: #B9D7B7;
}
.AnyTagClassName
{
color: #B9D7B7;
}
</style>
background-color css
<style>
a { background-color: #B9D7B7; }
a { background-color: rgb(185,215,183); }
div.DivClassName
{
background-color: #B9D7B7;
}
.BgClassName
{
background-color: #B9D7B7;
}
</style>
border-color css
<style>
span { border-color: #B9D7B7; }
span { border-color: rgb(185,215,183); }
td.TdClassName
{
border-color: #B9D7B7;
}
.TagClassName
{
border-color: #B9D7B7;
}
</style>