Shades of Surf #B9D2BE
Tints of Surf #B9D2BE
RGB
CMYK
RGB Variations
Color information
#B9D2BE (or 0xB9D2BE) is known color: Surf. HEX triplet: B9, D2 and BE. RGB value is (185,210,190). Sum of RGB (Red+Green+Blue) = 185+210+190=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BE is #462D41. Grayscale: #C8C8C8. Windows color (decimal): -4599106 or 12505785. OLE color: 12505785.
HSL color Cylindrical-coordinate representation of color #B9D2BE: hue angle of 132º 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 #B9D2BE is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 190 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.18 |
| HSL | 132º | 0.22% | 0.77% | - |
| HSV(B) | 132º | 0.12% | 0.82% | - |
| XYZ | 52.35 | 60.13 | 57.56 | - |
| YUV | 200.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 190 | 0.12 | 0 | 0.10 | 0.18 | 132 | 0.22 | 0.77 |
| Hex | B9 | D2 | BE | C | 0 | A | 12 | 84 | 16 | 4D |
| Octal | 271 | 322 | 276 | 14 | 0 | 12 | 22 | 204 | 26 | 115 |
| Binary | 10111001 | 11010010 | 10111110 | 1100 | 0 | 1010 | 10010 | 10000100 | 10110 | 1001101 |
Color Harmonies of #B9D2BE
Complementary color
Monochromatic Colors of #B9D2BE
Black with #B9D2BE
Text Example
Text Example
White with #B9D2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2BE; }
p { color: rgb(185,210,190); }
H1.HeaderClassName
{
color: #B9D2BE;
}
.AnyTagClassName
{
color: #B9D2BE;
}
</style>
background-color css
<style>
a { background-color: #B9D2BE; }
a { background-color: rgb(185,210,190); }
div.DivClassName
{
background-color: #B9D2BE;
}
.BgClassName
{
background-color: #B9D2BE;
}
</style>
border-color css
<style>
span { border-color: #B9D2BE; }
span { border-color: rgb(185,210,190); }
td.TdClassName
{
border-color: #B9D2BE;
}
.TagClassName
{
border-color: #B9D2BE;
}
</style>