Shades of Surf #B9D2BA
Tints of Surf #B9D2BA
RGB
CMYK
RGB Variations
Color information
#B9D2BA (or 0xB9D2BA) is known color: Surf. HEX triplet: B9, D2 and BA. RGB value is (185,210,186). Sum of RGB (Red+Green+Blue) = 185+210+186=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BA is #462D45. Grayscale: #C7C7C7. Windows color (decimal): -4599110 or 12243641. OLE color: 12243641.
HSL color Cylindrical-coordinate representation of color #B9D2BA: hue angle of 122.4º 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 #B9D2BA is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 186 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.18 |
| HSL | 122.4º | 0.22% | 0.77% | - |
| HSV(B) | 122.4º | 0.12% | 0.82% | - |
| XYZ | 51.92 | 59.95 | 55.29 | - |
| YUV | 199.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 186 | 0.12 | 0 | 0.11 | 0.18 | 122.4 | 0.22 | 0.77 |
| Hex | B9 | D2 | BA | C | 0 | B | 12 | 7A | 16 | 4D |
| Octal | 271 | 322 | 272 | 14 | 0 | 13 | 22 | 172 | 26 | 115 |
| Binary | 10111001 | 11010010 | 10111010 | 1100 | 0 | 1011 | 10010 | 1111010 | 10110 | 1001101 |
Color Harmonies of #B9D2BA
Complementary color
Monochromatic Colors of #B9D2BA
Black with #B9D2BA
Text Example
Text Example
White with #B9D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2BA; }
p { color: rgb(185,210,186); }
H1.HeaderClassName
{
color: #B9D2BA;
}
.AnyTagClassName
{
color: #B9D2BA;
}
</style>
background-color css
<style>
a { background-color: #B9D2BA; }
a { background-color: rgb(185,210,186); }
div.DivClassName
{
background-color: #B9D2BA;
}
.BgClassName
{
background-color: #B9D2BA;
}
</style>
border-color css
<style>
span { border-color: #B9D2BA; }
span { border-color: rgb(185,210,186); }
td.TdClassName
{
border-color: #B9D2BA;
}
.TagClassName
{
border-color: #B9D2BA;
}
</style>