Shades of Surf #B5D8B9
Tints of Surf #B5D8B9
RGB
CMYK
RGB Variations
Color information
#B5D8B9 (or 0xB5D8B9) is known color: Surf. HEX triplet: B5, D8 and B9. RGB value is (181,216,185). Sum of RGB (Red+Green+Blue) = 181+216+185=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8B9 is #4A2746. Grayscale: #CACACA. Windows color (decimal): -4859719 or 12179637. OLE color: 12179637.
HSL color Cylindrical-coordinate representation of color #B5D8B9: hue angle of 126.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D8B9 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 185 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.15 |
| HSL | 126.86º | 0.31% | 0.78% | - |
| HSV(B) | 126.86º | 0.16% | 0.85% | - |
| XYZ | 52.37 | 62.44 | 55.19 | - |
| YUV | 202 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 185 | 0.16 | 0 | 0.14 | 0.15 | 126.86 | 0.31 | 0.78 |
| Hex | B5 | D8 | B9 | 10 | 0 | E | F | 7F | 1F | 4E |
| Octal | 265 | 330 | 271 | 20 | 0 | 16 | 17 | 177 | 37 | 116 |
| Binary | 10110101 | 11011000 | 10111001 | 10000 | 0 | 1110 | 1111 | 1111111 | 11111 | 1001110 |
Color Harmonies of #B5D8B9
Complementary color
Monochromatic Colors of #B5D8B9
Black with #B5D8B9
Text Example
Text Example
White with #B5D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D8B9; }
p { color: rgb(181,216,185); }
H1.HeaderClassName
{
color: #B5D8B9;
}
.AnyTagClassName
{
color: #B5D8B9;
}
</style>
background-color css
<style>
a { background-color: #B5D8B9; }
a { background-color: rgb(181,216,185); }
div.DivClassName
{
background-color: #B5D8B9;
}
.BgClassName
{
background-color: #B5D8B9;
}
</style>
border-color css
<style>
span { border-color: #B5D8B9; }
span { border-color: rgb(181,216,185); }
td.TdClassName
{
border-color: #B5D8B9;
}
.TagClassName
{
border-color: #B5D8B9;
}
</style>