Shades of Surf #B5D4BD
Tints of Surf #B5D4BD
RGB
CMYK
RGB Variations
Color information
#B5D4BD (or 0xB5D4BD) is known color: Surf. HEX triplet: B5, D4 and BD. RGB value is (181,212,189). Sum of RGB (Red+Green+Blue) = 181+212+189=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D4BD is #4A2B42. Grayscale: #C8C8C8. Windows color (decimal): -4860739 or 12440757. OLE color: 12440757.
HSL color Cylindrical-coordinate representation of color #B5D4BD: hue angle of 135.48º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5D4BD is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
RGB | 181 | 212 | 189 | - |
CMYK | 0.15 | 0 | 0.11 | 0.17 |
HSL | 135.48º | 0.26% | 0.77% | - |
HSV(B) | 135.48º | 0.15% | 0.83% | - |
XYZ | 51.78 | 60.58 | 57.11 | - |
YUV | 200.11 | 121.73 | 114.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 212 | 189 | 0.15 | 0 | 0.11 | 0.17 | 135.48 | 0.26 | 0.77 |
Hex | B5 | D4 | BD | F | 0 | B | 11 | 87 | 1A | 4D |
Octal | 265 | 324 | 275 | 17 | 0 | 13 | 21 | 207 | 32 | 115 |
Binary | 10110101 | 11010100 | 10111101 | 1111 | 0 | 1011 | 10001 | 10000111 | 11010 | 1001101 |
Color Harmonies of #B5D4BD
Complementary color
Monochromatic Colors of #B5D4BD
Black with #B5D4BD
Text Example
Text Example
White with #B5D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D4BD; }
p { color: rgb(181,212,189); }
H1.HeaderClassName
{
color: #B5D4BD;
}
.AnyTagClassName
{
color: #B5D4BD;
}
</style>
background-color css
<style>
a { background-color: #B5D4BD; }
a { background-color: rgb(181,212,189); }
div.DivClassName
{
background-color: #B5D4BD;
}
.BgClassName
{
background-color: #B5D4BD;
}
</style>
border-color css
<style>
span { border-color: #B5D4BD; }
span { border-color: rgb(181,212,189); }
td.TdClassName
{
border-color: #B5D4BD;
}
.TagClassName
{
border-color: #B5D4BD;
}
</style>