Shades of Surf #B7D3BF
Tints of Surf #B7D3BF
RGB
CMYK
RGB Variations
Color information
#B7D3BF (or 0xB7D3BF) is known color: Surf. HEX triplet: B7, D3 and BF. RGB value is (183,211,191). Sum of RGB (Red+Green+Blue) = 183+211+191=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3BF is #482C40. Grayscale: #C8C8C8. Windows color (decimal): -4729921 or 12571575. OLE color: 12571575.
HSL color Cylindrical-coordinate representation of color #B7D3BF: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D3BF is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 191 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.17 |
| HSL | 137.14º | 0.24% | 0.77% | - |
| HSV(B) | 137.14º | 0.13% | 0.83% | - |
| XYZ | 52.23 | 60.42 | 58.2 | - |
| YUV | 200.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 191 | 0.13 | 0 | 0.09 | 0.17 | 137.14 | 0.24 | 0.77 |
| Hex | B7 | D3 | BF | D | 0 | 9 | 11 | 89 | 18 | 4D |
| Octal | 267 | 323 | 277 | 15 | 0 | 11 | 21 | 211 | 30 | 115 |
| Binary | 10110111 | 11010011 | 10111111 | 1101 | 0 | 1001 | 10001 | 10001001 | 11000 | 1001101 |
Color Harmonies of #B7D3BF
Complementary color
Monochromatic Colors of #B7D3BF
Black with #B7D3BF
Text Example
Text Example
White with #B7D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3BF; }
p { color: rgb(183,211,191); }
H1.HeaderClassName
{
color: #B7D3BF;
}
.AnyTagClassName
{
color: #B7D3BF;
}
</style>
background-color css
<style>
a { background-color: #B7D3BF; }
a { background-color: rgb(183,211,191); }
div.DivClassName
{
background-color: #B7D3BF;
}
.BgClassName
{
background-color: #B7D3BF;
}
</style>
border-color css
<style>
span { border-color: #B7D3BF; }
span { border-color: rgb(183,211,191); }
td.TdClassName
{
border-color: #B7D3BF;
}
.TagClassName
{
border-color: #B7D3BF;
}
</style>