Shades of Surf #B7D3BA
Tints of Surf #B7D3BA
RGB
CMYK
RGB Variations
Color information
#B7D3BA (or 0xB7D3BA) is known color: Surf. HEX triplet: B7, D3 and BA. RGB value is (183,211,186). Sum of RGB (Red+Green+Blue) = 183+211+186=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D3BA is #482C45. Grayscale: #C7C7C7. Windows color (decimal): -4729926 or 12243895. OLE color: 12243895.
HSL color Cylindrical-coordinate representation of color #B7D3BA: hue angle of 126.43º 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 #B7D3BA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 186 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.17 |
| HSL | 126.43º | 0.24% | 0.77% | - |
| HSV(B) | 126.43º | 0.13% | 0.83% | - |
| XYZ | 51.69 | 60.2 | 55.35 | - |
| YUV | 199.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 186 | 0.13 | 0 | 0.12 | 0.17 | 126.43 | 0.24 | 0.77 |
| Hex | B7 | D3 | BA | D | 0 | C | 11 | 7E | 18 | 4D |
| Octal | 267 | 323 | 272 | 15 | 0 | 14 | 21 | 176 | 30 | 115 |
| Binary | 10110111 | 11010011 | 10111010 | 1101 | 0 | 1100 | 10001 | 1111110 | 11000 | 1001101 |
Color Harmonies of #B7D3BA
Complementary color
Monochromatic Colors of #B7D3BA
Black with #B7D3BA
Text Example
Text Example
White with #B7D3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3BA; }
p { color: rgb(183,211,186); }
H1.HeaderClassName
{
color: #B7D3BA;
}
.AnyTagClassName
{
color: #B7D3BA;
}
</style>
background-color css
<style>
a { background-color: #B7D3BA; }
a { background-color: rgb(183,211,186); }
div.DivClassName
{
background-color: #B7D3BA;
}
.BgClassName
{
background-color: #B7D3BA;
}
</style>
border-color css
<style>
span { border-color: #B7D3BA; }
span { border-color: rgb(183,211,186); }
td.TdClassName
{
border-color: #B7D3BA;
}
.TagClassName
{
border-color: #B7D3BA;
}
</style>