Shades of Surf #B3D8BA
Tints of Surf #B3D8BA
RGB
CMYK
RGB Variations
Color information
#B3D8BA (or 0xB3D8BA) is known color: Surf. HEX triplet: B3, D8 and BA. RGB value is (179,216,186). Sum of RGB (Red+Green+Blue) = 179+216+186=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8BA is #4C2745. Grayscale: #C9C9C9. Windows color (decimal): -4990790 or 12245171. OLE color: 12245171.
HSL color Cylindrical-coordinate representation of color #B3D8BA: hue angle of 131.35º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8BA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 186 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.15 |
| HSL | 131.35º | 0.32% | 0.77% | - |
| HSV(B) | 131.35º | 0.17% | 0.85% | - |
| XYZ | 52.01 | 62.24 | 55.73 | - |
| YUV | 201.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 186 | 0.17 | 0 | 0.14 | 0.15 | 131.35 | 0.32 | 0.77 |
| Hex | B3 | D8 | BA | 11 | 0 | E | F | 83 | 20 | 4D |
| Octal | 263 | 330 | 272 | 21 | 0 | 16 | 17 | 203 | 40 | 115 |
| Binary | 10110011 | 11011000 | 10111010 | 10001 | 0 | 1110 | 1111 | 10000011 | 100000 | 1001101 |
Color Harmonies of #B3D8BA
Complementary color
Monochromatic Colors of #B3D8BA
Black with #B3D8BA
Text Example
Text Example
White with #B3D8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D8BA; }
p { color: rgb(179,216,186); }
H1.HeaderClassName
{
color: #B3D8BA;
}
.AnyTagClassName
{
color: #B3D8BA;
}
</style>
background-color css
<style>
a { background-color: #B3D8BA; }
a { background-color: rgb(179,216,186); }
div.DivClassName
{
background-color: #B3D8BA;
}
.BgClassName
{
background-color: #B3D8BA;
}
</style>
border-color css
<style>
span { border-color: #B3D8BA; }
span { border-color: rgb(179,216,186); }
td.TdClassName
{
border-color: #B3D8BA;
}
.TagClassName
{
border-color: #B3D8BA;
}
</style>