Shades of Surf #B9D8BC
Tints of Surf #B9D8BC
RGB
CMYK
RGB Variations
Color information
#B9D8BC (or 0xB9D8BC) is known color: Surf. HEX triplet: B9, D8 and BC. RGB value is (185,216,188). Sum of RGB (Red+Green+Blue) = 185+216+188=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8BC is #462743. Grayscale: #CBCBCB. Windows color (decimal): -4597572 or 12376249. OLE color: 12376249.
HSL color Cylindrical-coordinate representation of color #B9D8BC: hue angle of 125.81º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8BC is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 188 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.15 |
| HSL | 125.81º | 0.28% | 0.79% | - |
| HSV(B) | 125.81º | 0.14% | 0.85% | - |
| XYZ | 53.64 | 63.06 | 56.92 | - |
| YUV | 203.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 188 | 0.14 | 0 | 0.13 | 0.15 | 125.81 | 0.28 | 0.79 |
| Hex | B9 | D8 | BC | E | 0 | D | F | 7E | 1C | 4F |
| Octal | 271 | 330 | 274 | 16 | 0 | 15 | 17 | 176 | 34 | 117 |
| Binary | 10111001 | 11011000 | 10111100 | 1110 | 0 | 1101 | 1111 | 1111110 | 11100 | 1001111 |
Color Harmonies of #B9D8BC
Complementary color
Monochromatic Colors of #B9D8BC
Black with #B9D8BC
Text Example
Text Example
White with #B9D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8BC; }
p { color: rgb(185,216,188); }
H1.HeaderClassName
{
color: #B9D8BC;
}
.AnyTagClassName
{
color: #B9D8BC;
}
</style>
background-color css
<style>
a { background-color: #B9D8BC; }
a { background-color: rgb(185,216,188); }
div.DivClassName
{
background-color: #B9D8BC;
}
.BgClassName
{
background-color: #B9D8BC;
}
</style>
border-color css
<style>
span { border-color: #B9D8BC; }
span { border-color: rgb(185,216,188); }
td.TdClassName
{
border-color: #B9D8BC;
}
.TagClassName
{
border-color: #B9D8BC;
}
</style>