Shades of Surf #B8D1BC
Tints of Surf #B8D1BC
RGB
CMYK
RGB Variations
Color information
#B8D1BC (or 0xB8D1BC) is known color: Surf. HEX triplet: B8, D1 and BC. RGB value is (184,209,188). Sum of RGB (Red+Green+Blue) = 184+209+188=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 209 (82.03% from 255 or 35.97% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D1BC is #472E43. Grayscale: #C7C7C7. Windows color (decimal): -4664900 or 12374456. OLE color: 12374456.
HSL color Cylindrical-coordinate representation of color #B8D1BC: hue angle of 129.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8D1BC is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 188 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.18 |
| HSL | 129.6º | 0.21% | 0.77% | - |
| HSV(B) | 129.6º | 0.12% | 0.82% | - |
| XYZ | 51.64 | 59.42 | 56.32 | - |
| YUV | 199.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 188 | 0.12 | 0 | 0.10 | 0.18 | 129.6 | 0.21 | 0.77 |
| Hex | B8 | D1 | BC | C | 0 | A | 12 | 82 | 15 | 4D |
| Octal | 270 | 321 | 274 | 14 | 0 | 12 | 22 | 202 | 25 | 115 |
| Binary | 10111000 | 11010001 | 10111100 | 1100 | 0 | 1010 | 10010 | 10000010 | 10101 | 1001101 |
Color Harmonies of #B8D1BC
Complementary color
Monochromatic Colors of #B8D1BC
Black with #B8D1BC
Text Example
Text Example
White with #B8D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D1BC; }
p { color: rgb(184,209,188); }
H1.HeaderClassName
{
color: #B8D1BC;
}
.AnyTagClassName
{
color: #B8D1BC;
}
</style>
background-color css
<style>
a { background-color: #B8D1BC; }
a { background-color: rgb(184,209,188); }
div.DivClassName
{
background-color: #B8D1BC;
}
.BgClassName
{
background-color: #B8D1BC;
}
</style>
border-color css
<style>
span { border-color: #B8D1BC; }
span { border-color: rgb(184,209,188); }
td.TdClassName
{
border-color: #B8D1BC;
}
.TagClassName
{
border-color: #B8D1BC;
}
</style>