Shades of Surf #B7DABB
Tints of Surf #B7DABB
RGB
CMYK
RGB Variations
Color information
#B7DABB (or 0xB7DABB) is known color: Surf. HEX triplet: B7, DA and BB. RGB value is (183,218,187). Sum of RGB (Red+Green+Blue) = 183+218+187=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DABB is #482544. Grayscale: #CCCCCC. Windows color (decimal): -4728133 or 12311223. OLE color: 12311223.
HSL color Cylindrical-coordinate representation of color #B7DABB: hue angle of 126.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DABB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 187 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.15 |
| HSL | 126.86º | 0.32% | 0.79% | - |
| HSV(B) | 126.86º | 0.16% | 0.85% | - |
| XYZ | 53.57 | 63.8 | 56.5 | - |
| YUV | 204 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 187 | 0.16 | 0 | 0.14 | 0.15 | 126.86 | 0.32 | 0.79 |
| Hex | B7 | DA | BB | 10 | 0 | E | F | 7F | 20 | 4F |
| Octal | 267 | 332 | 273 | 20 | 0 | 16 | 17 | 177 | 40 | 117 |
| Binary | 10110111 | 11011010 | 10111011 | 10000 | 0 | 1110 | 1111 | 1111111 | 100000 | 1001111 |
Color Harmonies of #B7DABB
Complementary color
Monochromatic Colors of #B7DABB
Black with #B7DABB
Text Example
Text Example
White with #B7DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DABB; }
p { color: rgb(183,218,187); }
H1.HeaderClassName
{
color: #B7DABB;
}
.AnyTagClassName
{
color: #B7DABB;
}
</style>
background-color css
<style>
a { background-color: #B7DABB; }
a { background-color: rgb(183,218,187); }
div.DivClassName
{
background-color: #B7DABB;
}
.BgClassName
{
background-color: #B7DABB;
}
</style>
border-color css
<style>
span { border-color: #B7DABB; }
span { border-color: rgb(183,218,187); }
td.TdClassName
{
border-color: #B7DABB;
}
.TagClassName
{
border-color: #B7DABB;
}
</style>