Shades of Surf #B9D8B8
Tints of Surf #B9D8B8
RGB
CMYK
RGB Variations
Color information
#B9D8B8 (or 0xB9D8B8) is known color: Surf. HEX triplet: B9, D8 and B8. RGB value is (185,216,184). Sum of RGB (Red+Green+Blue) = 185+216+184=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 184 (72.27% from 255 or 31.45% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8B8 is #462747. Grayscale: #CBCBCB. Windows color (decimal): -4597576 or 12114105. OLE color: 12114105.
HSL color Cylindrical-coordinate representation of color #B9D8B8: hue angle of 118.12º degrees, saturation: 0.29, 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 #B9D8B8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 184 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 118.13º | 0.29% | 0.78% | - |
| HSV(B) | 118.13º | 0.15% | 0.85% | - |
| XYZ | 53.22 | 62.89 | 54.68 | - |
| YUV | 203.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 184 | 0.14 | 0 | 0.15 | 0.15 | 118.13 | 0.29 | 0.78 |
| Hex | B9 | D8 | B8 | E | 0 | F | F | 76 | 1D | 4E |
| Octal | 271 | 330 | 270 | 16 | 0 | 17 | 17 | 166 | 35 | 116 |
| Binary | 10111001 | 11011000 | 10111000 | 1110 | 0 | 1111 | 1111 | 1110110 | 11101 | 1001110 |
Color Harmonies of #B9D8B8
Complementary color
Monochromatic Colors of #B9D8B8
Black with #B9D8B8
Text Example
Text Example
White with #B9D8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8B8; }
p { color: rgb(185,216,184); }
H1.HeaderClassName
{
color: #B9D8B8;
}
.AnyTagClassName
{
color: #B9D8B8;
}
</style>
background-color css
<style>
a { background-color: #B9D8B8; }
a { background-color: rgb(185,216,184); }
div.DivClassName
{
background-color: #B9D8B8;
}
.BgClassName
{
background-color: #B9D8B8;
}
</style>
border-color css
<style>
span { border-color: #B9D8B8; }
span { border-color: rgb(185,216,184); }
td.TdClassName
{
border-color: #B9D8B8;
}
.TagClassName
{
border-color: #B9D8B8;
}
</style>