Shades of Surf #B7D9BC
Tints of Surf #B7D9BC
RGB
CMYK
RGB Variations
Color information
#B7D9BC (or 0xB7D9BC) is known color: Surf. HEX triplet: B7, D9 and BC. RGB value is (183,217,188). Sum of RGB (Red+Green+Blue) = 183+217+188=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9BC is #482643. Grayscale: #CBCBCB. Windows color (decimal): -4728388 or 12376503. OLE color: 12376503.
HSL color Cylindrical-coordinate representation of color #B7D9BC: hue angle of 128.82º 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 #B7D9BC is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 188 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.15 |
| HSL | 128.82º | 0.31% | 0.78% | - |
| HSV(B) | 128.82º | 0.16% | 0.85% | - |
| XYZ | 53.42 | 63.32 | 56.98 | - |
| YUV | 203.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 188 | 0.16 | 0 | 0.13 | 0.15 | 128.82 | 0.31 | 0.78 |
| Hex | B7 | D9 | BC | 10 | 0 | D | F | 81 | 1F | 4E |
| Octal | 267 | 331 | 274 | 20 | 0 | 15 | 17 | 201 | 37 | 116 |
| Binary | 10110111 | 11011001 | 10111100 | 10000 | 0 | 1101 | 1111 | 10000001 | 11111 | 1001110 |
Color Harmonies of #B7D9BC
Complementary color
Monochromatic Colors of #B7D9BC
Black with #B7D9BC
Text Example
Text Example
White with #B7D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9BC; }
p { color: rgb(183,217,188); }
H1.HeaderClassName
{
color: #B7D9BC;
}
.AnyTagClassName
{
color: #B7D9BC;
}
</style>
background-color css
<style>
a { background-color: #B7D9BC; }
a { background-color: rgb(183,217,188); }
div.DivClassName
{
background-color: #B7D9BC;
}
.BgClassName
{
background-color: #B7D9BC;
}
</style>
border-color css
<style>
span { border-color: #B7D9BC; }
span { border-color: rgb(183,217,188); }
td.TdClassName
{
border-color: #B7D9BC;
}
.TagClassName
{
border-color: #B7D9BC;
}
</style>