Shades of Surf #B9D3BD
Tints of Surf #B9D3BD
RGB
CMYK
RGB Variations
Color information
#B9D3BD (or 0xB9D3BD) is known color: Surf. HEX triplet: B9, D3 and BD. RGB value is (185,211,189). Sum of RGB (Red+Green+Blue) = 185+211+189=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3BD is #462C42. Grayscale: #C8C8C8. Windows color (decimal): -4598851 or 12440505. OLE color: 12440505.
HSL color Cylindrical-coordinate representation of color #B9D3BD: hue angle of 129.23º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3BD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 189 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.17 |
| HSL | 129.23º | 0.23% | 0.78% | - |
| HSV(B) | 129.23º | 0.12% | 0.83% | - |
| XYZ | 52.49 | 60.58 | 57.07 | - |
| YUV | 200.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 189 | 0.12 | 0 | 0.10 | 0.17 | 129.23 | 0.23 | 0.78 |
| Hex | B9 | D3 | BD | C | 0 | A | 11 | 81 | 17 | 4E |
| Octal | 271 | 323 | 275 | 14 | 0 | 12 | 21 | 201 | 27 | 116 |
| Binary | 10111001 | 11010011 | 10111101 | 1100 | 0 | 1010 | 10001 | 10000001 | 10111 | 1001110 |
Color Harmonies of #B9D3BD
Complementary color
Monochromatic Colors of #B9D3BD
Black with #B9D3BD
Text Example
Text Example
White with #B9D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3BD; }
p { color: rgb(185,211,189); }
H1.HeaderClassName
{
color: #B9D3BD;
}
.AnyTagClassName
{
color: #B9D3BD;
}
</style>
background-color css
<style>
a { background-color: #B9D3BD; }
a { background-color: rgb(185,211,189); }
div.DivClassName
{
background-color: #B9D3BD;
}
.BgClassName
{
background-color: #B9D3BD;
}
</style>
border-color css
<style>
span { border-color: #B9D3BD; }
span { border-color: rgb(185,211,189); }
td.TdClassName
{
border-color: #B9D3BD;
}
.TagClassName
{
border-color: #B9D3BD;
}
</style>