Shades of Surf #B9D0BD
Tints of Surf #B9D0BD
RGB
CMYK
RGB Variations
Color information
#B9D0BD (or 0xB9D0BD) is known color: Surf. HEX triplet: B9, D0 and BD. RGB value is (185,208,189). Sum of RGB (Red+Green+Blue) = 185+208+189=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0BD is #462F42. Grayscale: #C7C7C7. Windows color (decimal): -4599619 or 12439737. OLE color: 12439737.
HSL color Cylindrical-coordinate representation of color #B9D0BD: hue angle of 130.43º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0BD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 189 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.18 |
| HSL | 130.43º | 0.2% | 0.77% | - |
| HSV(B) | 130.43º | 0.11% | 0.82% | - |
| XYZ | 51.75 | 59.1 | 56.82 | - |
| YUV | 198.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 189 | 0.11 | 0 | 0.09 | 0.18 | 130.43 | 0.2 | 0.77 |
| Hex | B9 | D0 | BD | B | 0 | 9 | 12 | 82 | 14 | 4D |
| Octal | 271 | 320 | 275 | 13 | 0 | 11 | 22 | 202 | 24 | 115 |
| Binary | 10111001 | 11010000 | 10111101 | 1011 | 0 | 1001 | 10010 | 10000010 | 10100 | 1001101 |
Color Harmonies of #B9D0BD
Complementary color
Monochromatic Colors of #B9D0BD
Black with #B9D0BD
Text Example
Text Example
White with #B9D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0BD; }
p { color: rgb(185,208,189); }
H1.HeaderClassName
{
color: #B9D0BD;
}
.AnyTagClassName
{
color: #B9D0BD;
}
</style>
background-color css
<style>
a { background-color: #B9D0BD; }
a { background-color: rgb(185,208,189); }
div.DivClassName
{
background-color: #B9D0BD;
}
.BgClassName
{
background-color: #B9D0BD;
}
</style>
border-color css
<style>
span { border-color: #B9D0BD; }
span { border-color: rgb(185,208,189); }
td.TdClassName
{
border-color: #B9D0BD;
}
.TagClassName
{
border-color: #B9D0BD;
}
</style>