Shades of Surf #B5D5BB
Tints of Surf #B5D5BB
RGB
CMYK
RGB Variations
Color information
#B5D5BB (or 0xB5D5BB) is known color: Surf. HEX triplet: B5, D5 and BB. RGB value is (181,213,187). Sum of RGB (Red+Green+Blue) = 181+213+187=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D5BB is #4A2A44. Grayscale: #C8C8C8. Windows color (decimal): -4860485 or 12309941. OLE color: 12309941.
HSL color Cylindrical-coordinate representation of color #B5D5BB: hue angle of 131.25º degrees, saturation: 0.28, 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 #B5D5BB is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 187 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.16 |
| HSL | 131.25º | 0.28% | 0.77% | - |
| HSV(B) | 131.25º | 0.15% | 0.84% | - |
| XYZ | 51.82 | 61 | 56.06 | - |
| YUV | 200.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 187 | 0.15 | 0 | 0.12 | 0.16 | 131.25 | 0.28 | 0.77 |
| Hex | B5 | D5 | BB | F | 0 | C | 10 | 83 | 1C | 4D |
| Octal | 265 | 325 | 273 | 17 | 0 | 14 | 20 | 203 | 34 | 115 |
| Binary | 10110101 | 11010101 | 10111011 | 1111 | 0 | 1100 | 10000 | 10000011 | 11100 | 1001101 |
Color Harmonies of #B5D5BB
Complementary color
Monochromatic Colors of #B5D5BB
Black with #B5D5BB
Text Example
Text Example
White with #B5D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D5BB; }
p { color: rgb(181,213,187); }
H1.HeaderClassName
{
color: #B5D5BB;
}
.AnyTagClassName
{
color: #B5D5BB;
}
</style>
background-color css
<style>
a { background-color: #B5D5BB; }
a { background-color: rgb(181,213,187); }
div.DivClassName
{
background-color: #B5D5BB;
}
.BgClassName
{
background-color: #B5D5BB;
}
</style>
border-color css
<style>
span { border-color: #B5D5BB; }
span { border-color: rgb(181,213,187); }
td.TdClassName
{
border-color: #B5D5BB;
}
.TagClassName
{
border-color: #B5D5BB;
}
</style>