Shades of Surf #B0D7B7
Tints of Surf #B0D7B7
RGB
CMYK
RGB Variations
Color information
#B0D7B7 (or 0xB0D7B7) is known color: Surf. HEX triplet: B0, D7 and B7. RGB value is (176,215,183). Sum of RGB (Red+Green+Blue) = 176+215+183=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7B7 is #4F2848. Grayscale: #C7C7C7. Windows color (decimal): -5187657 or 12048304. OLE color: 12048304.
HSL color Cylindrical-coordinate representation of color #B0D7B7: hue angle of 130.77º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7B7 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 183 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.16 |
| HSL | 130.77º | 0.33% | 0.77% | - |
| HSV(B) | 130.77º | 0.18% | 0.84% | - |
| XYZ | 50.75 | 61.25 | 53.95 | - |
| YUV | 199.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 183 | 0.18 | 0 | 0.15 | 0.16 | 130.77 | 0.33 | 0.77 |
| Hex | B0 | D7 | B7 | 12 | 0 | F | 10 | 83 | 21 | 4D |
| Octal | 260 | 327 | 267 | 22 | 0 | 17 | 20 | 203 | 41 | 115 |
| Binary | 10110000 | 11010111 | 10110111 | 10010 | 0 | 1111 | 10000 | 10000011 | 100001 | 1001101 |
Color Harmonies of #B0D7B7
Complementary color
Monochromatic Colors of #B0D7B7
Black with #B0D7B7
Text Example
Text Example
White with #B0D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7B7; }
p { color: rgb(176,215,183); }
H1.HeaderClassName
{
color: #B0D7B7;
}
.AnyTagClassName
{
color: #B0D7B7;
}
</style>
background-color css
<style>
a { background-color: #B0D7B7; }
a { background-color: rgb(176,215,183); }
div.DivClassName
{
background-color: #B0D7B7;
}
.BgClassName
{
background-color: #B0D7B7;
}
</style>
border-color css
<style>
span { border-color: #B0D7B7; }
span { border-color: rgb(176,215,183); }
td.TdClassName
{
border-color: #B0D7B7;
}
.TagClassName
{
border-color: #B0D7B7;
}
</style>