Shades of Surf #B1D2B5
Tints of Surf #B1D2B5
RGB
CMYK
RGB Variations
Color information
#B1D2B5 (or 0xB1D2B5) is known color: Surf. HEX triplet: B1, D2 and B5. RGB value is (177,210,181). Sum of RGB (Red+Green+Blue) = 177+210+181=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2B5 is #4E2D4A. Grayscale: #C4C4C4. Windows color (decimal): -5123403 or 11915953. OLE color: 11915953.
HSL color Cylindrical-coordinate representation of color #B1D2B5: hue angle of 127.27º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D2B5 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 181 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 127.27º | 0.27% | 0.76% | - |
| HSV(B) | 127.27º | 0.16% | 0.82% | - |
| XYZ | 49.52 | 58.78 | 52.45 | - |
| YUV | 196.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 181 | 0.16 | 0 | 0.14 | 0.18 | 127.27 | 0.27 | 0.76 |
| Hex | B1 | D2 | B5 | 10 | 0 | E | 12 | 7F | 1B | 4C |
| Octal | 261 | 322 | 265 | 20 | 0 | 16 | 22 | 177 | 33 | 114 |
| Binary | 10110001 | 11010010 | 10110101 | 10000 | 0 | 1110 | 10010 | 1111111 | 11011 | 1001100 |
Color Harmonies of #B1D2B5
Complementary color
Monochromatic Colors of #B1D2B5
Black with #B1D2B5
Text Example
Text Example
White with #B1D2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D2B5; }
p { color: rgb(177,210,181); }
H1.HeaderClassName
{
color: #B1D2B5;
}
.AnyTagClassName
{
color: #B1D2B5;
}
</style>
background-color css
<style>
a { background-color: #B1D2B5; }
a { background-color: rgb(177,210,181); }
div.DivClassName
{
background-color: #B1D2B5;
}
.BgClassName
{
background-color: #B1D2B5;
}
</style>
border-color css
<style>
span { border-color: #B1D2B5; }
span { border-color: rgb(177,210,181); }
td.TdClassName
{
border-color: #B1D2B5;
}
.TagClassName
{
border-color: #B1D2B5;
}
</style>