Shades of Surf #B8D6BE
Tints of Surf #B8D6BE
RGB
CMYK
RGB Variations
Color information
#B8D6BE (or 0xB8D6BE) is known color: Surf. HEX triplet: B8, D6 and BE. RGB value is (184,214,190). Sum of RGB (Red+Green+Blue) = 184+214+190=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6BE is #472941. Grayscale: #CACACA. Windows color (decimal): -4663618 or 12506808. OLE color: 12506808.
HSL color Cylindrical-coordinate representation of color #B8D6BE: hue angle of 132º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D6BE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 190 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.16 |
| HSL | 132º | 0.27% | 0.78% | - |
| HSV(B) | 132º | 0.14% | 0.84% | - |
| XYZ | 53.11 | 62 | 57.88 | - |
| YUV | 202.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 190 | 0.14 | 0 | 0.11 | 0.16 | 132 | 0.27 | 0.78 |
| Hex | B8 | D6 | BE | E | 0 | B | 10 | 84 | 1B | 4E |
| Octal | 270 | 326 | 276 | 16 | 0 | 13 | 20 | 204 | 33 | 116 |
| Binary | 10111000 | 11010110 | 10111110 | 1110 | 0 | 1011 | 10000 | 10000100 | 11011 | 1001110 |
Color Harmonies of #B8D6BE
Complementary color
Monochromatic Colors of #B8D6BE
Black with #B8D6BE
Text Example
Text Example
White with #B8D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D6BE; }
p { color: rgb(184,214,190); }
H1.HeaderClassName
{
color: #B8D6BE;
}
.AnyTagClassName
{
color: #B8D6BE;
}
</style>
background-color css
<style>
a { background-color: #B8D6BE; }
a { background-color: rgb(184,214,190); }
div.DivClassName
{
background-color: #B8D6BE;
}
.BgClassName
{
background-color: #B8D6BE;
}
</style>
border-color css
<style>
span { border-color: #B8D6BE; }
span { border-color: rgb(184,214,190); }
td.TdClassName
{
border-color: #B8D6BE;
}
.TagClassName
{
border-color: #B8D6BE;
}
</style>