Shades of Surf #B0D8B4
Tints of Surf #B0D8B4
RGB
CMYK
RGB Variations
Color information
#B0D8B4 (or 0xB0D8B4) is known color: Surf. HEX triplet: B0, D8 and B4. RGB value is (176,216,180). Sum of RGB (Red+Green+Blue) = 176+216+180=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8B4 is #4F274B. Grayscale: #C8C8C8. Windows color (decimal): -5187404 or 11851952. OLE color: 11851952.
HSL color Cylindrical-coordinate representation of color #B0D8B4: hue angle of 126º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8B4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 180 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.15 |
| HSL | 126º | 0.34% | 0.77% | - |
| HSV(B) | 126º | 0.19% | 0.85% | - |
| XYZ | 50.7 | 61.64 | 52.41 | - |
| YUV | 199.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 180 | 0.19 | 0 | 0.17 | 0.15 | 126 | 0.34 | 0.77 |
| Hex | B0 | D8 | B4 | 13 | 0 | 11 | F | 7E | 22 | 4D |
| Octal | 260 | 330 | 264 | 23 | 0 | 21 | 17 | 176 | 42 | 115 |
| Binary | 10110000 | 11011000 | 10110100 | 10011 | 0 | 10001 | 1111 | 1111110 | 100010 | 1001101 |
Color Harmonies of #B0D8B4
Complementary color
Monochromatic Colors of #B0D8B4
Black with #B0D8B4
Text Example
Text Example
White with #B0D8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8B4; }
p { color: rgb(176,216,180); }
H1.HeaderClassName
{
color: #B0D8B4;
}
.AnyTagClassName
{
color: #B0D8B4;
}
</style>
background-color css
<style>
a { background-color: #B0D8B4; }
a { background-color: rgb(176,216,180); }
div.DivClassName
{
background-color: #B0D8B4;
}
.BgClassName
{
background-color: #B0D8B4;
}
</style>
border-color css
<style>
span { border-color: #B0D8B4; }
span { border-color: rgb(176,216,180); }
td.TdClassName
{
border-color: #B0D8B4;
}
.TagClassName
{
border-color: #B0D8B4;
}
</style>