Shades of Surf #B9D9BB
Tints of Surf #B9D9BB
RGB
CMYK
RGB Variations
Color information
#B9D9BB (or 0xB9D9BB) is known color: Surf. HEX triplet: B9, D9 and BB. RGB value is (185,217,187). Sum of RGB (Red+Green+Blue) = 185+217+187=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9BB is #462644. Grayscale: #CCCCCC. Windows color (decimal): -4597317 or 12310969. OLE color: 12310969.
HSL color Cylindrical-coordinate representation of color #B9D9BB: hue angle of 123.75º 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 #B9D9BB is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 187 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.15 |
| HSL | 123.75º | 0.3% | 0.79% | - |
| HSV(B) | 123.75º | 0.15% | 0.85% | - |
| XYZ | 53.79 | 63.53 | 56.44 | - |
| YUV | 204.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 187 | 0.15 | 0 | 0.14 | 0.15 | 123.75 | 0.3 | 0.79 |
| Hex | B9 | D9 | BB | F | 0 | E | F | 7C | 1E | 4F |
| Octal | 271 | 331 | 273 | 17 | 0 | 16 | 17 | 174 | 36 | 117 |
| Binary | 10111001 | 11011001 | 10111011 | 1111 | 0 | 1110 | 1111 | 1111100 | 11110 | 1001111 |
Color Harmonies of #B9D9BB
Complementary color
Monochromatic Colors of #B9D9BB
Black with #B9D9BB
Text Example
Text Example
White with #B9D9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D9BB; }
p { color: rgb(185,217,187); }
H1.HeaderClassName
{
color: #B9D9BB;
}
.AnyTagClassName
{
color: #B9D9BB;
}
</style>
background-color css
<style>
a { background-color: #B9D9BB; }
a { background-color: rgb(185,217,187); }
div.DivClassName
{
background-color: #B9D9BB;
}
.BgClassName
{
background-color: #B9D9BB;
}
</style>
border-color css
<style>
span { border-color: #B9D9BB; }
span { border-color: rgb(185,217,187); }
td.TdClassName
{
border-color: #B9D9BB;
}
.TagClassName
{
border-color: #B9D9BB;
}
</style>