Shades of Surf #B3D6BC
Tints of Surf #B3D6BC
RGB
CMYK
RGB Variations
Color information
#B3D6BC (or 0xB3D6BC) is known color: Surf. HEX triplet: B3, D6 and BC. RGB value is (179,214,188). Sum of RGB (Red+Green+Blue) = 179+214+188=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #B3D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D6BC is #4C2943. Grayscale: #C8C8C8. Windows color (decimal): -4991300 or 12375731. OLE color: 12375731.
HSL color Cylindrical-coordinate representation of color #B3D6BC: hue angle of 135.43º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D6BC is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 214 | 188 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.16 |
| HSL | 135.43º | 0.3% | 0.77% | - |
| HSV(B) | 135.43º | 0.16% | 0.84% | - |
| XYZ | 51.71 | 61.31 | 56.68 | - |
| YUV | 200.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 214 | 188 | 0.16 | 0 | 0.12 | 0.16 | 135.43 | 0.3 | 0.77 |
| Hex | B3 | D6 | BC | 10 | 0 | C | 10 | 87 | 1E | 4D |
| Octal | 263 | 326 | 274 | 20 | 0 | 14 | 20 | 207 | 36 | 115 |
| Binary | 10110011 | 11010110 | 10111100 | 10000 | 0 | 1100 | 10000 | 10000111 | 11110 | 1001101 |
Color Harmonies of #B3D6BC
Complementary color
Monochromatic Colors of #B3D6BC
Black with #B3D6BC
Text Example
Text Example
White with #B3D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D6BC; }
p { color: rgb(179,214,188); }
H1.HeaderClassName
{
color: #B3D6BC;
}
.AnyTagClassName
{
color: #B3D6BC;
}
</style>
background-color css
<style>
a { background-color: #B3D6BC; }
a { background-color: rgb(179,214,188); }
div.DivClassName
{
background-color: #B3D6BC;
}
.BgClassName
{
background-color: #B3D6BC;
}
</style>
border-color css
<style>
span { border-color: #B3D6BC; }
span { border-color: rgb(179,214,188); }
td.TdClassName
{
border-color: #B3D6BC;
}
.TagClassName
{
border-color: #B3D6BC;
}
</style>