Shades of Surf #B9D0BB
Tints of Surf #B9D0BB
RGB
CMYK
RGB Variations
Color information
#B9D0BB (or 0xB9D0BB) is known color: Surf. HEX triplet: B9, D0 and BB. RGB value is (185,208,187). Sum of RGB (Red+Green+Blue) = 185+208+187=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BB is #462F44. Grayscale: #C6C6C6. Windows color (decimal): -4599621 or 12308665. OLE color: 12308665.
HSL color Cylindrical-coordinate representation of color #B9D0BB: hue angle of 125.22º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0BB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 187 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 125.22º | 0.2% | 0.77% | - |
| HSV(B) | 125.22º | 0.11% | 0.82% | - |
| XYZ | 51.53 | 59.01 | 55.69 | - |
| YUV | 198.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 187 | 0.11 | 0 | 0.10 | 0.18 | 125.22 | 0.2 | 0.77 |
| Hex | B9 | D0 | BB | B | 0 | A | 12 | 7D | 14 | 4D |
| Octal | 271 | 320 | 273 | 13 | 0 | 12 | 22 | 175 | 24 | 115 |
| Binary | 10111001 | 11010000 | 10111011 | 1011 | 0 | 1010 | 10010 | 1111101 | 10100 | 1001101 |
Color Harmonies of #B9D0BB
Complementary color
Monochromatic Colors of #B9D0BB
Black with #B9D0BB
Text Example
Text Example
White with #B9D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0BB; }
p { color: rgb(185,208,187); }
H1.HeaderClassName
{
color: #B9D0BB;
}
.AnyTagClassName
{
color: #B9D0BB;
}
</style>
background-color css
<style>
a { background-color: #B9D0BB; }
a { background-color: rgb(185,208,187); }
div.DivClassName
{
background-color: #B9D0BB;
}
.BgClassName
{
background-color: #B9D0BB;
}
</style>
border-color css
<style>
span { border-color: #B9D0BB; }
span { border-color: rgb(185,208,187); }
td.TdClassName
{
border-color: #B9D0BB;
}
.TagClassName
{
border-color: #B9D0BB;
}
</style>