Shades of Surf #B7D6BC
Tints of Surf #B7D6BC
RGB
CMYK
RGB Variations
Color information
#B7D6BC (or 0xB7D6BC) is known color: Surf. HEX triplet: B7, D6 and BC. RGB value is (183,214,188). Sum of RGB (Red+Green+Blue) = 183+214+188=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6BC is #482943. Grayscale: #C9C9C9. Windows color (decimal): -4729156 or 12375735. OLE color: 12375735.
HSL color Cylindrical-coordinate representation of color #B7D6BC: hue angle of 129.68º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D6BC is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 188 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.16 |
| HSL | 129.68º | 0.27% | 0.78% | - |
| HSV(B) | 129.68º | 0.14% | 0.84% | - |
| XYZ | 52.65 | 61.79 | 56.73 | - |
| YUV | 201.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 188 | 0.14 | 0 | 0.12 | 0.16 | 129.68 | 0.27 | 0.78 |
| Hex | B7 | D6 | BC | E | 0 | C | 10 | 82 | 1B | 4E |
| Octal | 267 | 326 | 274 | 16 | 0 | 14 | 20 | 202 | 33 | 116 |
| Binary | 10110111 | 11010110 | 10111100 | 1110 | 0 | 1100 | 10000 | 10000010 | 11011 | 1001110 |
Color Harmonies of #B7D6BC
Complementary color
Monochromatic Colors of #B7D6BC
Black with #B7D6BC
Text Example
Text Example
White with #B7D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6BC; }
p { color: rgb(183,214,188); }
H1.HeaderClassName
{
color: #B7D6BC;
}
.AnyTagClassName
{
color: #B7D6BC;
}
</style>
background-color css
<style>
a { background-color: #B7D6BC; }
a { background-color: rgb(183,214,188); }
div.DivClassName
{
background-color: #B7D6BC;
}
.BgClassName
{
background-color: #B7D6BC;
}
</style>
border-color css
<style>
span { border-color: #B7D6BC; }
span { border-color: rgb(183,214,188); }
td.TdClassName
{
border-color: #B7D6BC;
}
.TagClassName
{
border-color: #B7D6BC;
}
</style>