Shades of Surf #B7DABC
Tints of Surf #B7DABC
RGB
CMYK
RGB Variations
Color information
#B7DABC (or 0xB7DABC) is known color: Surf. HEX triplet: B7, DA and BC. RGB value is (183,218,188). Sum of RGB (Red+Green+Blue) = 183+218+188=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DABC is #482543. Grayscale: #CCCCCC. Windows color (decimal): -4728132 or 12376759. OLE color: 12376759.
HSL color Cylindrical-coordinate representation of color #B7DABC: hue angle of 128.57º 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 #B7DABC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 188 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.15 |
| HSL | 128.57º | 0.32% | 0.79% | - |
| HSV(B) | 128.57º | 0.16% | 0.85% | - |
| XYZ | 53.68 | 63.84 | 57.07 | - |
| YUV | 204.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 188 | 0.16 | 0 | 0.14 | 0.15 | 128.57 | 0.32 | 0.79 |
| Hex | B7 | DA | BC | 10 | 0 | E | F | 81 | 20 | 4F |
| Octal | 267 | 332 | 274 | 20 | 0 | 16 | 17 | 201 | 40 | 117 |
| Binary | 10110111 | 11011010 | 10111100 | 10000 | 0 | 1110 | 1111 | 10000001 | 100000 | 1001111 |
Color Harmonies of #B7DABC
Complementary color
Monochromatic Colors of #B7DABC
Black with #B7DABC
Text Example
Text Example
White with #B7DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DABC; }
p { color: rgb(183,218,188); }
H1.HeaderClassName
{
color: #B7DABC;
}
.AnyTagClassName
{
color: #B7DABC;
}
</style>
background-color css
<style>
a { background-color: #B7DABC; }
a { background-color: rgb(183,218,188); }
div.DivClassName
{
background-color: #B7DABC;
}
.BgClassName
{
background-color: #B7DABC;
}
</style>
border-color css
<style>
span { border-color: #B7DABC; }
span { border-color: rgb(183,218,188); }
td.TdClassName
{
border-color: #B7DABC;
}
.TagClassName
{
border-color: #B7DABC;
}
</style>