Shades of Surf #B5D0BB
Tints of Surf #B5D0BB
RGB
CMYK
RGB Variations
Color information
#B5D0BB (or 0xB5D0BB) is known color: Surf. HEX triplet: B5, D0 and BB. RGB value is (181,208,187). Sum of RGB (Red+Green+Blue) = 181+208+187=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D0BB is #4A2F44. Grayscale: #C5C5C5. Windows color (decimal): -4861765 or 12308661. OLE color: 12308661.
HSL color Cylindrical-coordinate representation of color #B5D0BB: hue angle of 133.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5D0BB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
RGB | 181 | 208 | 187 | - |
CMYK | 0.13 | 0 | 0.10 | 0.18 |
HSL | 133.33º | 0.22% | 0.76% | - |
HSV(B) | 133.33º | 0.13% | 0.82% | - |
XYZ | 50.58 | 58.52 | 55.64 | - |
YUV | 197.53 | 122.05 | 116.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 208 | 187 | 0.13 | 0 | 0.10 | 0.18 | 133.33 | 0.22 | 0.76 |
Hex | B5 | D0 | BB | D | 0 | A | 12 | 85 | 16 | 4C |
Octal | 265 | 320 | 273 | 15 | 0 | 12 | 22 | 205 | 26 | 114 |
Binary | 10110101 | 11010000 | 10111011 | 1101 | 0 | 1010 | 10010 | 10000101 | 10110 | 1001100 |
Color Harmonies of #B5D0BB
Complementary color
Monochromatic Colors of #B5D0BB
Black with #B5D0BB
Text Example
Text Example
White with #B5D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D0BB; }
p { color: rgb(181,208,187); }
H1.HeaderClassName
{
color: #B5D0BB;
}
.AnyTagClassName
{
color: #B5D0BB;
}
</style>
background-color css
<style>
a { background-color: #B5D0BB; }
a { background-color: rgb(181,208,187); }
div.DivClassName
{
background-color: #B5D0BB;
}
.BgClassName
{
background-color: #B5D0BB;
}
</style>
border-color css
<style>
span { border-color: #B5D0BB; }
span { border-color: rgb(181,208,187); }
td.TdClassName
{
border-color: #B5D0BB;
}
.TagClassName
{
border-color: #B5D0BB;
}
</style>