Shades of Surf #B9D3BB
Tints of Surf #B9D3BB
RGB
CMYK
RGB Variations
Color information
#B9D3BB (or 0xB9D3BB) is known color: Surf. HEX triplet: B9, D3 and BB. RGB value is (185,211,187). Sum of RGB (Red+Green+Blue) = 185+211+187=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3BB is #462C44. Grayscale: #C8C8C8. Windows color (decimal): -4598853 or 12309433. OLE color: 12309433.
HSL color Cylindrical-coordinate representation of color #B9D3BB: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3BB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 187 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.17 |
| HSL | 124.62º | 0.23% | 0.78% | - |
| HSV(B) | 124.62º | 0.12% | 0.83% | - |
| XYZ | 52.27 | 60.49 | 55.93 | - |
| YUV | 200.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 187 | 0.12 | 0 | 0.11 | 0.17 | 124.62 | 0.23 | 0.78 |
| Hex | B9 | D3 | BB | C | 0 | B | 11 | 7D | 17 | 4E |
| Octal | 271 | 323 | 273 | 14 | 0 | 13 | 21 | 175 | 27 | 116 |
| Binary | 10111001 | 11010011 | 10111011 | 1100 | 0 | 1011 | 10001 | 1111101 | 10111 | 1001110 |
Color Harmonies of #B9D3BB
Complementary color
Monochromatic Colors of #B9D3BB
Black with #B9D3BB
Text Example
Text Example
White with #B9D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3BB; }
p { color: rgb(185,211,187); }
H1.HeaderClassName
{
color: #B9D3BB;
}
.AnyTagClassName
{
color: #B9D3BB;
}
</style>
background-color css
<style>
a { background-color: #B9D3BB; }
a { background-color: rgb(185,211,187); }
div.DivClassName
{
background-color: #B9D3BB;
}
.BgClassName
{
background-color: #B9D3BB;
}
</style>
border-color css
<style>
span { border-color: #B9D3BB; }
span { border-color: rgb(185,211,187); }
td.TdClassName
{
border-color: #B9D3BB;
}
.TagClassName
{
border-color: #B9D3BB;
}
</style>