Shades of Surf #B5D6BC
Tints of Surf #B5D6BC
RGB
CMYK
RGB Variations
Color information
#B5D6BC (or 0xB5D6BC) is known color: Surf. HEX triplet: B5, D6 and BC. RGB value is (181,214,188). Sum of RGB (Red+Green+Blue) = 181+214+188=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6BC is #4A2943. Grayscale: #C9C9C9. Windows color (decimal): -4860228 or 12375733. OLE color: 12375733.
HSL color Cylindrical-coordinate representation of color #B5D6BC: hue angle of 132.73º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D6BC is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 188 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.16 |
| HSL | 132.73º | 0.29% | 0.77% | - |
| HSV(B) | 132.73º | 0.15% | 0.84% | - |
| XYZ | 52.18 | 61.55 | 56.71 | - |
| YUV | 201.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 188 | 0.15 | 0 | 0.12 | 0.16 | 132.73 | 0.29 | 0.77 |
| Hex | B5 | D6 | BC | F | 0 | C | 10 | 85 | 1D | 4D |
| Octal | 265 | 326 | 274 | 17 | 0 | 14 | 20 | 205 | 35 | 115 |
| Binary | 10110101 | 11010110 | 10111100 | 1111 | 0 | 1100 | 10000 | 10000101 | 11101 | 1001101 |
Color Harmonies of #B5D6BC
Complementary color
Monochromatic Colors of #B5D6BC
Black with #B5D6BC
Text Example
Text Example
White with #B5D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6BC; }
p { color: rgb(181,214,188); }
H1.HeaderClassName
{
color: #B5D6BC;
}
.AnyTagClassName
{
color: #B5D6BC;
}
</style>
background-color css
<style>
a { background-color: #B5D6BC; }
a { background-color: rgb(181,214,188); }
div.DivClassName
{
background-color: #B5D6BC;
}
.BgClassName
{
background-color: #B5D6BC;
}
</style>
border-color css
<style>
span { border-color: #B5D6BC; }
span { border-color: rgb(181,214,188); }
td.TdClassName
{
border-color: #B5D6BC;
}
.TagClassName
{
border-color: #B5D6BC;
}
</style>