Shades of Surf #B9D2BB
Tints of Surf #B9D2BB
RGB
CMYK
RGB Variations
Color information
#B9D2BB (or 0xB9D2BB) is known color: Surf. HEX triplet: B9, D2 and BB. RGB value is (185,210,187). Sum of RGB (Red+Green+Blue) = 185+210+187=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BB is #462D44. Grayscale: #C7C7C7. Windows color (decimal): -4599109 or 12309177. OLE color: 12309177.
HSL color Cylindrical-coordinate representation of color #B9D2BB: hue angle of 124.8º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D2BB is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 187 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.18 |
| HSL | 124.8º | 0.22% | 0.77% | - |
| HSV(B) | 124.8º | 0.12% | 0.82% | - |
| XYZ | 52.02 | 60 | 55.85 | - |
| YUV | 199.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 187 | 0.12 | 0 | 0.11 | 0.18 | 124.8 | 0.22 | 0.77 |
| Hex | B9 | D2 | BB | C | 0 | B | 12 | 7D | 16 | 4D |
| Octal | 271 | 322 | 273 | 14 | 0 | 13 | 22 | 175 | 26 | 115 |
| Binary | 10111001 | 11010010 | 10111011 | 1100 | 0 | 1011 | 10010 | 1111101 | 10110 | 1001101 |
Color Harmonies of #B9D2BB
Complementary color
Monochromatic Colors of #B9D2BB
Black with #B9D2BB
Text Example
Text Example
White with #B9D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2BB; }
p { color: rgb(185,210,187); }
H1.HeaderClassName
{
color: #B9D2BB;
}
.AnyTagClassName
{
color: #B9D2BB;
}
</style>
background-color css
<style>
a { background-color: #B9D2BB; }
a { background-color: rgb(185,210,187); }
div.DivClassName
{
background-color: #B9D2BB;
}
.BgClassName
{
background-color: #B9D2BB;
}
</style>
border-color css
<style>
span { border-color: #B9D2BB; }
span { border-color: rgb(185,210,187); }
td.TdClassName
{
border-color: #B9D2BB;
}
.TagClassName
{
border-color: #B9D2BB;
}
</style>