Shades of Surf #B7D4BC
Tints of Surf #B7D4BC
RGB
CMYK
RGB Variations
Color information
#B7D4BC (or 0xB7D4BC) is known color: Surf. HEX triplet: B7, D4 and BC. RGB value is (183,212,188). Sum of RGB (Red+Green+Blue) = 183+212+188=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4BC is #482B43. Grayscale: #C8C8C8. Windows color (decimal): -4729668 or 12375223. OLE color: 12375223.
HSL color Cylindrical-coordinate representation of color #B7D4BC: hue angle of 130.34º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4BC is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 188 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.17 |
| HSL | 130.34º | 0.25% | 0.77% | - |
| HSV(B) | 130.34º | 0.14% | 0.83% | - |
| XYZ | 52.15 | 60.79 | 56.56 | - |
| YUV | 200.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 188 | 0.14 | 0 | 0.11 | 0.17 | 130.34 | 0.25 | 0.77 |
| Hex | B7 | D4 | BC | E | 0 | B | 11 | 82 | 19 | 4D |
| Octal | 267 | 324 | 274 | 16 | 0 | 13 | 21 | 202 | 31 | 115 |
| Binary | 10110111 | 11010100 | 10111100 | 1110 | 0 | 1011 | 10001 | 10000010 | 11001 | 1001101 |
Color Harmonies of #B7D4BC
Complementary color
Monochromatic Colors of #B7D4BC
Black with #B7D4BC
Text Example
Text Example
White with #B7D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4BC; }
p { color: rgb(183,212,188); }
H1.HeaderClassName
{
color: #B7D4BC;
}
.AnyTagClassName
{
color: #B7D4BC;
}
</style>
background-color css
<style>
a { background-color: #B7D4BC; }
a { background-color: rgb(183,212,188); }
div.DivClassName
{
background-color: #B7D4BC;
}
.BgClassName
{
background-color: #B7D4BC;
}
</style>
border-color css
<style>
span { border-color: #B7D4BC; }
span { border-color: rgb(183,212,188); }
td.TdClassName
{
border-color: #B7D4BC;
}
.TagClassName
{
border-color: #B7D4BC;
}
</style>