Shades of Surf #B4D1BC
Tints of Surf #B4D1BC
RGB
CMYK
RGB Variations
Color information
#B4D1BC (or 0xB4D1BC) is known color: Surf. HEX triplet: B4, D1 and BC. RGB value is (180,209,188). Sum of RGB (Red+Green+Blue) = 180+209+188=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D1BC is #4B2E43. Grayscale: #C5C5C5. Windows color (decimal): -4927044 or 12374452. OLE color: 12374452.
HSL color Cylindrical-coordinate representation of color #B4D1BC: hue angle of 136.55º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D1BC is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 188 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.18 |
| HSL | 136.55º | 0.24% | 0.76% | - |
| HSV(B) | 136.55º | 0.14% | 0.82% | - |
| XYZ | 50.7 | 58.94 | 56.28 | - |
| YUV | 197.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 188 | 0.14 | 0 | 0.10 | 0.18 | 136.55 | 0.24 | 0.76 |
| Hex | B4 | D1 | BC | E | 0 | A | 12 | 89 | 18 | 4C |
| Octal | 264 | 321 | 274 | 16 | 0 | 12 | 22 | 211 | 30 | 114 |
| Binary | 10110100 | 11010001 | 10111100 | 1110 | 0 | 1010 | 10010 | 10001001 | 11000 | 1001100 |
Color Harmonies of #B4D1BC
Complementary color
Monochromatic Colors of #B4D1BC
Black with #B4D1BC
Text Example
Text Example
White with #B4D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D1BC; }
p { color: rgb(180,209,188); }
H1.HeaderClassName
{
color: #B4D1BC;
}
.AnyTagClassName
{
color: #B4D1BC;
}
</style>
background-color css
<style>
a { background-color: #B4D1BC; }
a { background-color: rgb(180,209,188); }
div.DivClassName
{
background-color: #B4D1BC;
}
.BgClassName
{
background-color: #B4D1BC;
}
</style>
border-color css
<style>
span { border-color: #B4D1BC; }
span { border-color: rgb(180,209,188); }
td.TdClassName
{
border-color: #B4D1BC;
}
.TagClassName
{
border-color: #B4D1BC;
}
</style>