Shades of Surf #B5D6BA
Tints of Surf #B5D6BA
RGB
CMYK
RGB Variations
Color information
#B5D6BA (or 0xB5D6BA) is known color: Surf. HEX triplet: B5, D6 and BA. RGB value is (181,214,186). Sum of RGB (Red+Green+Blue) = 181+214+186=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6BA is #4A2945. Grayscale: #C9C9C9. Windows color (decimal): -4860230 or 12244661. OLE color: 12244661.
HSL color Cylindrical-coordinate representation of color #B5D6BA: hue angle of 129.09º 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 #B5D6BA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 186 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.16 |
| HSL | 129.09º | 0.29% | 0.77% | - |
| HSV(B) | 129.09º | 0.15% | 0.84% | - |
| XYZ | 51.97 | 61.46 | 55.58 | - |
| YUV | 200.94 | 119.57 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 186 | 0.15 | 0 | 0.13 | 0.16 | 129.09 | 0.29 | 0.77 |
| Hex | B5 | D6 | BA | F | 0 | D | 10 | 81 | 1D | 4D |
| Octal | 265 | 326 | 272 | 17 | 0 | 15 | 20 | 201 | 35 | 115 |
| Binary | 10110101 | 11010110 | 10111010 | 1111 | 0 | 1101 | 10000 | 10000001 | 11101 | 1001101 |
Color Harmonies of #B5D6BA
Complementary color
Monochromatic Colors of #B5D6BA
Black with #B5D6BA
Text Example
Text Example
White with #B5D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6BA; }
p { color: rgb(181,214,186); }
H1.HeaderClassName
{
color: #B5D6BA;
}
.AnyTagClassName
{
color: #B5D6BA;
}
</style>
background-color css
<style>
a { background-color: #B5D6BA; }
a { background-color: rgb(181,214,186); }
div.DivClassName
{
background-color: #B5D6BA;
}
.BgClassName
{
background-color: #B5D6BA;
}
</style>
border-color css
<style>
span { border-color: #B5D6BA; }
span { border-color: rgb(181,214,186); }
td.TdClassName
{
border-color: #B5D6BA;
}
.TagClassName
{
border-color: #B5D6BA;
}
</style>