Shades of Surf #B1D5B8
Tints of Surf #B1D5B8
RGB
CMYK
RGB Variations
Color information
#B1D5B8 (or 0xB1D5B8) is known color: Surf. HEX triplet: B1, D5 and B8. RGB value is (177,213,184). Sum of RGB (Red+Green+Blue) = 177+213+184=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D5B8 is #4E2A47. Grayscale: #C7C7C7. Windows color (decimal): -5122632 or 12113329. OLE color: 12113329.
HSL color Cylindrical-coordinate representation of color #B1D5B8: hue angle of 131.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1D5B8 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 184 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.16 |
| HSL | 131.67º | 0.3% | 0.76% | - |
| HSV(B) | 131.67º | 0.17% | 0.84% | - |
| XYZ | 50.58 | 60.4 | 54.34 | - |
| YUV | 198.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 184 | 0.17 | 0 | 0.14 | 0.16 | 131.67 | 0.3 | 0.76 |
| Hex | B1 | D5 | B8 | 11 | 0 | E | 10 | 84 | 1E | 4C |
| Octal | 261 | 325 | 270 | 21 | 0 | 16 | 20 | 204 | 36 | 114 |
| Binary | 10110001 | 11010101 | 10111000 | 10001 | 0 | 1110 | 10000 | 10000100 | 11110 | 1001100 |
Color Harmonies of #B1D5B8
Complementary color
Monochromatic Colors of #B1D5B8
Black with #B1D5B8
Text Example
Text Example
White with #B1D5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D5B8; }
p { color: rgb(177,213,184); }
H1.HeaderClassName
{
color: #B1D5B8;
}
.AnyTagClassName
{
color: #B1D5B8;
}
</style>
background-color css
<style>
a { background-color: #B1D5B8; }
a { background-color: rgb(177,213,184); }
div.DivClassName
{
background-color: #B1D5B8;
}
.BgClassName
{
background-color: #B1D5B8;
}
</style>
border-color css
<style>
span { border-color: #B1D5B8; }
span { border-color: rgb(177,213,184); }
td.TdClassName
{
border-color: #B1D5B8;
}
.TagClassName
{
border-color: #B1D5B8;
}
</style>