Shades of Surf #B2D4BC
Tints of Surf #B2D4BC
RGB
CMYK
RGB Variations
Color information
#B2D4BC (or 0xB2D4BC) is known color: Surf. HEX triplet: B2, D4 and BC. RGB value is (178,212,188). Sum of RGB (Red+Green+Blue) = 178+212+188=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D4BC is #4D2B43. Grayscale: #C7C7C7. Windows color (decimal): -5057348 or 12375218. OLE color: 12375218.
HSL color Cylindrical-coordinate representation of color #B2D4BC: hue angle of 137.65º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2D4BC is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 188 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.17 |
| HSL | 137.65º | 0.28% | 0.76% | - |
| HSV(B) | 137.65º | 0.16% | 0.83% | - |
| XYZ | 50.98 | 60.18 | 56.51 | - |
| YUV | 199.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 188 | 0.16 | 0 | 0.11 | 0.17 | 137.65 | 0.28 | 0.76 |
| Hex | B2 | D4 | BC | 10 | 0 | B | 11 | 8A | 1C | 4C |
| Octal | 262 | 324 | 274 | 20 | 0 | 13 | 21 | 212 | 34 | 114 |
| Binary | 10110010 | 11010100 | 10111100 | 10000 | 0 | 1011 | 10001 | 10001010 | 11100 | 1001100 |
Color Harmonies of #B2D4BC
Complementary color
Monochromatic Colors of #B2D4BC
Black with #B2D4BC
Text Example
Text Example
White with #B2D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D4BC; }
p { color: rgb(178,212,188); }
H1.HeaderClassName
{
color: #B2D4BC;
}
.AnyTagClassName
{
color: #B2D4BC;
}
</style>
background-color css
<style>
a { background-color: #B2D4BC; }
a { background-color: rgb(178,212,188); }
div.DivClassName
{
background-color: #B2D4BC;
}
.BgClassName
{
background-color: #B2D4BC;
}
</style>
border-color css
<style>
span { border-color: #B2D4BC; }
span { border-color: rgb(178,212,188); }
td.TdClassName
{
border-color: #B2D4BC;
}
.TagClassName
{
border-color: #B2D4BC;
}
</style>