Shades of Surf #B7D2BD
Tints of Surf #B7D2BD
RGB
CMYK
RGB Variations
Color information
#B7D2BD (or 0xB7D2BD) is known color: Surf. HEX triplet: B7, D2 and BD. RGB value is (183,210,189). Sum of RGB (Red+Green+Blue) = 183+210+189=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2BD is #482D42. Grayscale: #C7C7C7. Windows color (decimal): -4730179 or 12440247. OLE color: 12440247.
HSL color Cylindrical-coordinate representation of color #B7D2BD: hue angle of 133.33º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2BD is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 189 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.18 |
| HSL | 133.33º | 0.23% | 0.77% | - |
| HSV(B) | 133.33º | 0.13% | 0.82% | - |
| XYZ | 51.76 | 59.83 | 56.97 | - |
| YUV | 199.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 189 | 0.13 | 0 | 0.10 | 0.18 | 133.33 | 0.23 | 0.77 |
| Hex | B7 | D2 | BD | D | 0 | A | 12 | 85 | 17 | 4D |
| Octal | 267 | 322 | 275 | 15 | 0 | 12 | 22 | 205 | 27 | 115 |
| Binary | 10110111 | 11010010 | 10111101 | 1101 | 0 | 1010 | 10010 | 10000101 | 10111 | 1001101 |
Color Harmonies of #B7D2BD
Complementary color
Monochromatic Colors of #B7D2BD
Black with #B7D2BD
Text Example
Text Example
White with #B7D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2BD; }
p { color: rgb(183,210,189); }
H1.HeaderClassName
{
color: #B7D2BD;
}
.AnyTagClassName
{
color: #B7D2BD;
}
</style>
background-color css
<style>
a { background-color: #B7D2BD; }
a { background-color: rgb(183,210,189); }
div.DivClassName
{
background-color: #B7D2BD;
}
.BgClassName
{
background-color: #B7D2BD;
}
</style>
border-color css
<style>
span { border-color: #B7D2BD; }
span { border-color: rgb(183,210,189); }
td.TdClassName
{
border-color: #B7D2BD;
}
.TagClassName
{
border-color: #B7D2BD;
}
</style>