Shades of Surf #B7D6BA
Tints of Surf #B7D6BA
RGB
CMYK
RGB Variations
Color information
#B7D6BA (or 0xB7D6BA) is known color: Surf. HEX triplet: B7, D6 and BA. RGB value is (183,214,186). Sum of RGB (Red+Green+Blue) = 183+214+186=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6BA is #482945. Grayscale: #C9C9C9. Windows color (decimal): -4729158 or 12244663. OLE color: 12244663.
HSL color Cylindrical-coordinate representation of color #B7D6BA: hue angle of 125.81º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D6BA is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 186 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.16 |
| HSL | 125.81º | 0.27% | 0.78% | - |
| HSV(B) | 125.81º | 0.14% | 0.84% | - |
| XYZ | 52.44 | 61.71 | 55.6 | - |
| YUV | 201.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 186 | 0.14 | 0 | 0.13 | 0.16 | 125.81 | 0.27 | 0.78 |
| Hex | B7 | D6 | BA | E | 0 | D | 10 | 7E | 1B | 4E |
| Octal | 267 | 326 | 272 | 16 | 0 | 15 | 20 | 176 | 33 | 116 |
| Binary | 10110111 | 11010110 | 10111010 | 1110 | 0 | 1101 | 10000 | 1111110 | 11011 | 1001110 |
Color Harmonies of #B7D6BA
Complementary color
Monochromatic Colors of #B7D6BA
Black with #B7D6BA
Text Example
Text Example
White with #B7D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6BA; }
p { color: rgb(183,214,186); }
H1.HeaderClassName
{
color: #B7D6BA;
}
.AnyTagClassName
{
color: #B7D6BA;
}
</style>
background-color css
<style>
a { background-color: #B7D6BA; }
a { background-color: rgb(183,214,186); }
div.DivClassName
{
background-color: #B7D6BA;
}
.BgClassName
{
background-color: #B7D6BA;
}
</style>
border-color css
<style>
span { border-color: #B7D6BA; }
span { border-color: rgb(183,214,186); }
td.TdClassName
{
border-color: #B7D6BA;
}
.TagClassName
{
border-color: #B7D6BA;
}
</style>