Shades of Surf #B7D9BD
Tints of Surf #B7D9BD
RGB
CMYK
RGB Variations
Color information
#B7D9BD (or 0xB7D9BD) is known color: Surf. HEX triplet: B7, D9 and BD. RGB value is (183,217,189). Sum of RGB (Red+Green+Blue) = 183+217+189=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9BD is #482642. Grayscale: #CBCBCB. Windows color (decimal): -4728387 or 12442039. OLE color: 12442039.
HSL color Cylindrical-coordinate representation of color #B7D9BD: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D9BD is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 189 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.15 |
| HSL | 130.59º | 0.31% | 0.78% | - |
| HSV(B) | 130.59º | 0.16% | 0.85% | - |
| XYZ | 53.53 | 63.37 | 57.55 | - |
| YUV | 203.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 189 | 0.16 | 0 | 0.13 | 0.15 | 130.59 | 0.31 | 0.78 |
| Hex | B7 | D9 | BD | 10 | 0 | D | F | 83 | 1F | 4E |
| Octal | 267 | 331 | 275 | 20 | 0 | 15 | 17 | 203 | 37 | 116 |
| Binary | 10110111 | 11011001 | 10111101 | 10000 | 0 | 1101 | 1111 | 10000011 | 11111 | 1001110 |
Color Harmonies of #B7D9BD
Complementary color
Monochromatic Colors of #B7D9BD
Black with #B7D9BD
Text Example
Text Example
White with #B7D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9BD; }
p { color: rgb(183,217,189); }
H1.HeaderClassName
{
color: #B7D9BD;
}
.AnyTagClassName
{
color: #B7D9BD;
}
</style>
background-color css
<style>
a { background-color: #B7D9BD; }
a { background-color: rgb(183,217,189); }
div.DivClassName
{
background-color: #B7D9BD;
}
.BgClassName
{
background-color: #B7D9BD;
}
</style>
border-color css
<style>
span { border-color: #B7D9BD; }
span { border-color: rgb(183,217,189); }
td.TdClassName
{
border-color: #B7D9BD;
}
.TagClassName
{
border-color: #B7D9BD;
}
</style>