Shades of Surf #B9D2BD
Tints of Surf #B9D2BD
RGB
CMYK
RGB Variations
Color information
#B9D2BD (or 0xB9D2BD) is known color: Surf. HEX triplet: B9, D2 and BD. RGB value is (185,210,189). Sum of RGB (Red+Green+Blue) = 185+210+189=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 210 (82.42% from 255 or 35.96% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2BD is #462D42. Grayscale: #C8C8C8. Windows color (decimal): -4599107 or 12440249. OLE color: 12440249.
HSL color Cylindrical-coordinate representation of color #B9D2BD: hue angle of 129.6º 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 #B9D2BD is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 189 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.18 |
| HSL | 129.6º | 0.22% | 0.77% | - |
| HSV(B) | 129.6º | 0.12% | 0.82% | - |
| XYZ | 52.24 | 60.08 | 56.99 | - |
| YUV | 200.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 189 | 0.12 | 0 | 0.10 | 0.18 | 129.6 | 0.22 | 0.77 |
| Hex | B9 | D2 | BD | C | 0 | A | 12 | 82 | 16 | 4D |
| Octal | 271 | 322 | 275 | 14 | 0 | 12 | 22 | 202 | 26 | 115 |
| Binary | 10111001 | 11010010 | 10111101 | 1100 | 0 | 1010 | 10010 | 10000010 | 10110 | 1001101 |
Color Harmonies of #B9D2BD
Complementary color
Monochromatic Colors of #B9D2BD
Black with #B9D2BD
Text Example
Text Example
White with #B9D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D2BD; }
p { color: rgb(185,210,189); }
H1.HeaderClassName
{
color: #B9D2BD;
}
.AnyTagClassName
{
color: #B9D2BD;
}
</style>
background-color css
<style>
a { background-color: #B9D2BD; }
a { background-color: rgb(185,210,189); }
div.DivClassName
{
background-color: #B9D2BD;
}
.BgClassName
{
background-color: #B9D2BD;
}
</style>
border-color css
<style>
span { border-color: #B9D2BD; }
span { border-color: rgb(185,210,189); }
td.TdClassName
{
border-color: #B9D2BD;
}
.TagClassName
{
border-color: #B9D2BD;
}
</style>