Shades of Surf #B8D5BE
Tints of Surf #B8D5BE
RGB
CMYK
RGB Variations
Color information
#B8D5BE (or 0xB8D5BE) is known color: Surf. HEX triplet: B8, D5 and BE. RGB value is (184,213,190). Sum of RGB (Red+Green+Blue) = 184+213+190=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5BE is #472A41. Grayscale: #C9C9C9. Windows color (decimal): -4663874 or 12506552. OLE color: 12506552.
HSL color Cylindrical-coordinate representation of color #B8D5BE: hue angle of 132.41º degrees, saturation: 0.26, 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 #B8D5BE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 190 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.16 |
| HSL | 132.41º | 0.26% | 0.78% | - |
| HSV(B) | 132.41º | 0.14% | 0.84% | - |
| XYZ | 52.86 | 61.5 | 57.8 | - |
| YUV | 201.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 190 | 0.14 | 0 | 0.11 | 0.16 | 132.41 | 0.26 | 0.78 |
| Hex | B8 | D5 | BE | E | 0 | B | 10 | 84 | 1A | 4E |
| Octal | 270 | 325 | 276 | 16 | 0 | 13 | 20 | 204 | 32 | 116 |
| Binary | 10111000 | 11010101 | 10111110 | 1110 | 0 | 1011 | 10000 | 10000100 | 11010 | 1001110 |
Color Harmonies of #B8D5BE
Complementary color
Monochromatic Colors of #B8D5BE
Black with #B8D5BE
Text Example
Text Example
White with #B8D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D5BE; }
p { color: rgb(184,213,190); }
H1.HeaderClassName
{
color: #B8D5BE;
}
.AnyTagClassName
{
color: #B8D5BE;
}
</style>
background-color css
<style>
a { background-color: #B8D5BE; }
a { background-color: rgb(184,213,190); }
div.DivClassName
{
background-color: #B8D5BE;
}
.BgClassName
{
background-color: #B8D5BE;
}
</style>
border-color css
<style>
span { border-color: #B8D5BE; }
span { border-color: rgb(184,213,190); }
td.TdClassName
{
border-color: #B8D5BE;
}
.TagClassName
{
border-color: #B8D5BE;
}
</style>