Shades of Surf #B5D6BD
Tints of Surf #B5D6BD
RGB
CMYK
RGB Variations
Color information
#B5D6BD (or 0xB5D6BD) is known color: Surf. HEX triplet: B5, D6 and BD. RGB value is (181,214,189). Sum of RGB (Red+Green+Blue) = 181+214+189=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D6BD is #4A2942. Grayscale: #C9C9C9. Windows color (decimal): -4860227 or 12441269. OLE color: 12441269.
HSL color Cylindrical-coordinate representation of color #B5D6BD: hue angle of 134.55º 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 #B5D6BD is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 189 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.16 |
| HSL | 134.55º | 0.29% | 0.77% | - |
| HSV(B) | 134.55º | 0.15% | 0.84% | - |
| XYZ | 52.29 | 61.59 | 57.28 | - |
| YUV | 201.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 189 | 0.15 | 0 | 0.12 | 0.16 | 134.55 | 0.29 | 0.77 |
| Hex | B5 | D6 | BD | F | 0 | C | 10 | 87 | 1D | 4D |
| Octal | 265 | 326 | 275 | 17 | 0 | 14 | 20 | 207 | 35 | 115 |
| Binary | 10110101 | 11010110 | 10111101 | 1111 | 0 | 1100 | 10000 | 10000111 | 11101 | 1001101 |
Color Harmonies of #B5D6BD
Complementary color
Monochromatic Colors of #B5D6BD
Black with #B5D6BD
Text Example
Text Example
White with #B5D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D6BD; }
p { color: rgb(181,214,189); }
H1.HeaderClassName
{
color: #B5D6BD;
}
.AnyTagClassName
{
color: #B5D6BD;
}
</style>
background-color css
<style>
a { background-color: #B5D6BD; }
a { background-color: rgb(181,214,189); }
div.DivClassName
{
background-color: #B5D6BD;
}
.BgClassName
{
background-color: #B5D6BD;
}
</style>
border-color css
<style>
span { border-color: #B5D6BD; }
span { border-color: rgb(181,214,189); }
td.TdClassName
{
border-color: #B5D6BD;
}
.TagClassName
{
border-color: #B5D6BD;
}
</style>