Shades of Surf #B8D9BE
Tints of Surf #B8D9BE
RGB
CMYK
RGB Variations
Color information
#B8D9BE (or 0xB8D9BE) is known color: Surf. HEX triplet: B8, D9 and BE. RGB value is (184,217,190). Sum of RGB (Red+Green+Blue) = 184+217+190=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9BE is #472641. Grayscale: #CCCCCC. Windows color (decimal): -4662850 or 12507576. OLE color: 12507576.
HSL color Cylindrical-coordinate representation of color #B8D9BE: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D9BE is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 190 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.15 |
| HSL | 130.91º | 0.3% | 0.79% | - |
| HSV(B) | 130.91º | 0.15% | 0.85% | - |
| XYZ | 53.87 | 63.53 | 58.14 | - |
| YUV | 204.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 190 | 0.15 | 0 | 0.12 | 0.15 | 130.91 | 0.3 | 0.79 |
| Hex | B8 | D9 | BE | F | 0 | C | F | 83 | 1E | 4F |
| Octal | 270 | 331 | 276 | 17 | 0 | 14 | 17 | 203 | 36 | 117 |
| Binary | 10111000 | 11011001 | 10111110 | 1111 | 0 | 1100 | 1111 | 10000011 | 11110 | 1001111 |
Color Harmonies of #B8D9BE
Complementary color
Monochromatic Colors of #B8D9BE
Black with #B8D9BE
Text Example
Text Example
White with #B8D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D9BE; }
p { color: rgb(184,217,190); }
H1.HeaderClassName
{
color: #B8D9BE;
}
.AnyTagClassName
{
color: #B8D9BE;
}
</style>
background-color css
<style>
a { background-color: #B8D9BE; }
a { background-color: rgb(184,217,190); }
div.DivClassName
{
background-color: #B8D9BE;
}
.BgClassName
{
background-color: #B8D9BE;
}
</style>
border-color css
<style>
span { border-color: #B8D9BE; }
span { border-color: rgb(184,217,190); }
td.TdClassName
{
border-color: #B8D9BE;
}
.TagClassName
{
border-color: #B8D9BE;
}
</style>