Shades of Surf #B5D2BD
Tints of Surf #B5D2BD
RGB
CMYK
RGB Variations
Color information
#B5D2BD (or 0xB5D2BD) is known color: Surf. HEX triplet: B5, D2 and BD. RGB value is (181,210,189). Sum of RGB (Red+Green+Blue) = 181+210+189=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D2BD is #4A2D42. Grayscale: #C6C6C6. Windows color (decimal): -4861251 or 12440245. OLE color: 12440245.
HSL color Cylindrical-coordinate representation of color #B5D2BD: hue angle of 136.55º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5D2BD is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 189 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.18 |
| HSL | 136.55º | 0.24% | 0.77% | - |
| HSV(B) | 136.55º | 0.14% | 0.82% | - |
| XYZ | 51.29 | 59.59 | 56.94 | - |
| YUV | 198.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 189 | 0.14 | 0 | 0.10 | 0.18 | 136.55 | 0.24 | 0.77 |
| Hex | B5 | D2 | BD | E | 0 | A | 12 | 89 | 18 | 4D |
| Octal | 265 | 322 | 275 | 16 | 0 | 12 | 22 | 211 | 30 | 115 |
| Binary | 10110101 | 11010010 | 10111101 | 1110 | 0 | 1010 | 10010 | 10001001 | 11000 | 1001101 |
Color Harmonies of #B5D2BD
Complementary color
Monochromatic Colors of #B5D2BD
Black with #B5D2BD
Text Example
Text Example
White with #B5D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D2BD; }
p { color: rgb(181,210,189); }
H1.HeaderClassName
{
color: #B5D2BD;
}
.AnyTagClassName
{
color: #B5D2BD;
}
</style>
background-color css
<style>
a { background-color: #B5D2BD; }
a { background-color: rgb(181,210,189); }
div.DivClassName
{
background-color: #B5D2BD;
}
.BgClassName
{
background-color: #B5D2BD;
}
</style>
border-color css
<style>
span { border-color: #B5D2BD; }
span { border-color: rgb(181,210,189); }
td.TdClassName
{
border-color: #B5D2BD;
}
.TagClassName
{
border-color: #B5D2BD;
}
</style>