Shades of Surf #B5DAB7
Tints of Surf #B5DAB7
RGB
CMYK
RGB Variations
Color information
#B5DAB7 (or 0xB5DAB7) is known color: Surf. HEX triplet: B5, DA and B7. RGB value is (181,218,183). Sum of RGB (Red+Green+Blue) = 181+218+183=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DAB7 is #4A2548. Grayscale: #CBCBCB. Windows color (decimal): -4859209 or 12049077. OLE color: 12049077.
HSL color Cylindrical-coordinate representation of color #B5DAB7: hue angle of 123.24º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DAB7 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 218 | 183 | - |
CMYK | 0.17 | 0 | 0.16 | 0.15 |
HSL | 123.24º | 0.33% | 0.78% | - |
HSV(B) | 123.24º | 0.17% | 0.85% | - |
XYZ | 52.67 | 63.39 | 54.26 | - |
YUV | 202.95 | 116.74 | 112.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 183 | 0.17 | 0 | 0.16 | 0.15 | 123.24 | 0.33 | 0.78 |
Hex | B5 | DA | B7 | 11 | 0 | 10 | F | 7B | 21 | 4E |
Octal | 265 | 332 | 267 | 21 | 0 | 20 | 17 | 173 | 41 | 116 |
Binary | 10110101 | 11011010 | 10110111 | 10001 | 0 | 10000 | 1111 | 1111011 | 100001 | 1001110 |
Color Harmonies of #B5DAB7
Complementary color
Monochromatic Colors of #B5DAB7
Black with #B5DAB7
Text Example
Text Example
White with #B5DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DAB7; }
p { color: rgb(181,218,183); }
H1.HeaderClassName
{
color: #B5DAB7;
}
.AnyTagClassName
{
color: #B5DAB7;
}
</style>
background-color css
<style>
a { background-color: #B5DAB7; }
a { background-color: rgb(181,218,183); }
div.DivClassName
{
background-color: #B5DAB7;
}
.BgClassName
{
background-color: #B5DAB7;
}
</style>
border-color css
<style>
span { border-color: #B5DAB7; }
span { border-color: rgb(181,218,183); }
td.TdClassName
{
border-color: #B5DAB7;
}
.TagClassName
{
border-color: #B5DAB7;
}
</style>