Shades of Surf #B9D8B7
Tints of Surf #B9D8B7
RGB
CMYK
RGB Variations
Color information
#B9D8B7 (or 0xB9D8B7) is known color: Surf. HEX triplet: B9, D8 and B7. RGB value is (185,216,183). Sum of RGB (Red+Green+Blue) = 185+216+183=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8B7 is #462748. Grayscale: #CBCBCB. Windows color (decimal): -4597577 or 12048569. OLE color: 12048569.
HSL color Cylindrical-coordinate representation of color #B9D8B7: hue angle of 116.36º 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 #B9D8B7 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 183 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 116.36º | 0.3% | 0.78% | - |
| HSV(B) | 116.36º | 0.15% | 0.85% | - |
| XYZ | 53.11 | 62.84 | 54.13 | - |
| YUV | 202.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 183 | 0.14 | 0 | 0.15 | 0.15 | 116.36 | 0.3 | 0.78 |
| Hex | B9 | D8 | B7 | E | 0 | F | F | 74 | 1E | 4E |
| Octal | 271 | 330 | 267 | 16 | 0 | 17 | 17 | 164 | 36 | 116 |
| Binary | 10111001 | 11011000 | 10110111 | 1110 | 0 | 1111 | 1111 | 1110100 | 11110 | 1001110 |
Color Harmonies of #B9D8B7
Complementary color
Monochromatic Colors of #B9D8B7
Black with #B9D8B7
Text Example
Text Example
White with #B9D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8B7; }
p { color: rgb(185,216,183); }
H1.HeaderClassName
{
color: #B9D8B7;
}
.AnyTagClassName
{
color: #B9D8B7;
}
</style>
background-color css
<style>
a { background-color: #B9D8B7; }
a { background-color: rgb(185,216,183); }
div.DivClassName
{
background-color: #B9D8B7;
}
.BgClassName
{
background-color: #B9D8B7;
}
</style>
border-color css
<style>
span { border-color: #B9D8B7; }
span { border-color: rgb(185,216,183); }
td.TdClassName
{
border-color: #B9D8B7;
}
.TagClassName
{
border-color: #B9D8B7;
}
</style>