Shades of Surf #B8DABC
Tints of Surf #B8DABC
RGB
CMYK
RGB Variations
Color information
#B8DABC (or 0xB8DABC) is known color: Surf. HEX triplet: B8, DA and BC. RGB value is (184,218,188). Sum of RGB (Red+Green+Blue) = 184+218+188=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DABC is #472543. Grayscale: #CCCCCC. Windows color (decimal): -4662596 or 12376760. OLE color: 12376760.
HSL color Cylindrical-coordinate representation of color #B8DABC: hue angle of 127.06º degrees, saturation: 0.31, 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 #B8DABC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 188 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.15 |
| HSL | 127.06º | 0.31% | 0.79% | - |
| HSV(B) | 127.06º | 0.16% | 0.85% | - |
| XYZ | 53.92 | 63.96 | 57.08 | - |
| YUV | 204.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 188 | 0.16 | 0 | 0.14 | 0.15 | 127.06 | 0.31 | 0.79 |
| Hex | B8 | DA | BC | 10 | 0 | E | F | 7F | 1F | 4F |
| Octal | 270 | 332 | 274 | 20 | 0 | 16 | 17 | 177 | 37 | 117 |
| Binary | 10111000 | 11011010 | 10111100 | 10000 | 0 | 1110 | 1111 | 1111111 | 11111 | 1001111 |
Color Harmonies of #B8DABC
Complementary color
Monochromatic Colors of #B8DABC
Black with #B8DABC
Text Example
Text Example
White with #B8DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DABC; }
p { color: rgb(184,218,188); }
H1.HeaderClassName
{
color: #B8DABC;
}
.AnyTagClassName
{
color: #B8DABC;
}
</style>
background-color css
<style>
a { background-color: #B8DABC; }
a { background-color: rgb(184,218,188); }
div.DivClassName
{
background-color: #B8DABC;
}
.BgClassName
{
background-color: #B8DABC;
}
</style>
border-color css
<style>
span { border-color: #B8DABC; }
span { border-color: rgb(184,218,188); }
td.TdClassName
{
border-color: #B8DABC;
}
.TagClassName
{
border-color: #B8DABC;
}
</style>