Shades of Surf #B0D2B4
Tints of Surf #B0D2B4
RGB
CMYK
RGB Variations
Color information
#B0D2B4 (or 0xB0D2B4) is known color: Surf. HEX triplet: B0, D2 and B4. RGB value is (176,210,180). Sum of RGB (Red+Green+Blue) = 176+210+180=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2B4 is #4F2D4B. Grayscale: #C4C4C4. Windows color (decimal): -5188940 or 11850416. OLE color: 11850416.
HSL color Cylindrical-coordinate representation of color #B0D2B4: hue angle of 127.06º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2B4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 180 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.18 |
| HSL | 127.06º | 0.27% | 0.76% | - |
| HSV(B) | 127.06º | 0.16% | 0.82% | - |
| XYZ | 49.19 | 58.62 | 51.9 | - |
| YUV | 196.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 180 | 0.16 | 0 | 0.14 | 0.18 | 127.06 | 0.27 | 0.76 |
| Hex | B0 | D2 | B4 | 10 | 0 | E | 12 | 7F | 1B | 4C |
| Octal | 260 | 322 | 264 | 20 | 0 | 16 | 22 | 177 | 33 | 114 |
| Binary | 10110000 | 11010010 | 10110100 | 10000 | 0 | 1110 | 10010 | 1111111 | 11011 | 1001100 |
Color Harmonies of #B0D2B4
Complementary color
Monochromatic Colors of #B0D2B4
Black with #B0D2B4
Text Example
Text Example
White with #B0D2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2B4; }
p { color: rgb(176,210,180); }
H1.HeaderClassName
{
color: #B0D2B4;
}
.AnyTagClassName
{
color: #B0D2B4;
}
</style>
background-color css
<style>
a { background-color: #B0D2B4; }
a { background-color: rgb(176,210,180); }
div.DivClassName
{
background-color: #B0D2B4;
}
.BgClassName
{
background-color: #B0D2B4;
}
</style>
border-color css
<style>
span { border-color: #B0D2B4; }
span { border-color: rgb(176,210,180); }
td.TdClassName
{
border-color: #B0D2B4;
}
.TagClassName
{
border-color: #B0D2B4;
}
</style>