Shades of Surf #B9D9BA
Tints of Surf #B9D9BA
RGB
CMYK
RGB Variations
Color information
#B9D9BA (or 0xB9D9BA) is known color: Surf. HEX triplet: B9, D9 and BA. RGB value is (185,217,186). Sum of RGB (Red+Green+Blue) = 185+217+186=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9BA is #462645. Grayscale: #CBCBCB. Windows color (decimal): -4597318 or 12245433. OLE color: 12245433.
HSL color Cylindrical-coordinate representation of color #B9D9BA: hue angle of 121.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9BA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 186 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.15 |
| HSL | 121.88º | 0.3% | 0.79% | - |
| HSV(B) | 121.88º | 0.15% | 0.85% | - |
| XYZ | 53.68 | 63.49 | 55.88 | - |
| YUV | 203.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 186 | 0.15 | 0 | 0.14 | 0.15 | 121.88 | 0.3 | 0.79 |
| Hex | B9 | D9 | BA | F | 0 | E | F | 7A | 1E | 4F |
| Octal | 271 | 331 | 272 | 17 | 0 | 16 | 17 | 172 | 36 | 117 |
| Binary | 10111001 | 11011001 | 10111010 | 1111 | 0 | 1110 | 1111 | 1111010 | 11110 | 1001111 |
Color Harmonies of #B9D9BA
Complementary color
Monochromatic Colors of #B9D9BA
Black with #B9D9BA
Text Example
Text Example
White with #B9D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D9BA; }
p { color: rgb(185,217,186); }
H1.HeaderClassName
{
color: #B9D9BA;
}
.AnyTagClassName
{
color: #B9D9BA;
}
</style>
background-color css
<style>
a { background-color: #B9D9BA; }
a { background-color: rgb(185,217,186); }
div.DivClassName
{
background-color: #B9D9BA;
}
.BgClassName
{
background-color: #B9D9BA;
}
</style>
border-color css
<style>
span { border-color: #B9D9BA; }
span { border-color: rgb(185,217,186); }
td.TdClassName
{
border-color: #B9D9BA;
}
.TagClassName
{
border-color: #B9D9BA;
}
</style>