Shades of Surf #B7D0BC
Tints of Surf #B7D0BC
RGB
CMYK
RGB Variations
Color information
#B7D0BC (or 0xB7D0BC) is known color: Surf. HEX triplet: B7, D0 and BC. RGB value is (183,208,188). Sum of RGB (Red+Green+Blue) = 183+208+188=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D0BC is #482F43. Grayscale: #C6C6C6. Windows color (decimal): -4730692 or 12374199. OLE color: 12374199.
HSL color Cylindrical-coordinate representation of color #B7D0BC: hue angle of 132º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7D0BC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 188 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.18 |
| HSL | 132º | 0.21% | 0.77% | - |
| HSV(B) | 132º | 0.12% | 0.82% | - |
| XYZ | 51.16 | 58.81 | 56.23 | - |
| YUV | 198.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 188 | 0.12 | 0 | 0.10 | 0.18 | 132 | 0.21 | 0.77 |
| Hex | B7 | D0 | BC | C | 0 | A | 12 | 84 | 15 | 4D |
| Octal | 267 | 320 | 274 | 14 | 0 | 12 | 22 | 204 | 25 | 115 |
| Binary | 10110111 | 11010000 | 10111100 | 1100 | 0 | 1010 | 10010 | 10000100 | 10101 | 1001101 |
Color Harmonies of #B7D0BC
Complementary color
Monochromatic Colors of #B7D0BC
Black with #B7D0BC
Text Example
Text Example
White with #B7D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D0BC; }
p { color: rgb(183,208,188); }
H1.HeaderClassName
{
color: #B7D0BC;
}
.AnyTagClassName
{
color: #B7D0BC;
}
</style>
background-color css
<style>
a { background-color: #B7D0BC; }
a { background-color: rgb(183,208,188); }
div.DivClassName
{
background-color: #B7D0BC;
}
.BgClassName
{
background-color: #B7D0BC;
}
</style>
border-color css
<style>
span { border-color: #B7D0BC; }
span { border-color: rgb(183,208,188); }
td.TdClassName
{
border-color: #B7D0BC;
}
.TagClassName
{
border-color: #B7D0BC;
}
</style>