Shades of Surf #B8DAB9
Tints of Surf #B8DAB9
RGB
CMYK
RGB Variations
Color information
#B8DAB9 (or 0xB8DAB9) is known color: Surf. HEX triplet: B8, DA and B9. RGB value is (184,218,185). Sum of RGB (Red+Green+Blue) = 184+218+185=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAB9 is #472546. Grayscale: #CCCCCC. Windows color (decimal): -4662599 or 12180152. OLE color: 12180152.
HSL color Cylindrical-coordinate representation of color #B8DAB9: hue angle of 121.76º 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 #B8DAB9 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 185 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.15 |
| HSL | 121.76º | 0.31% | 0.79% | - |
| HSV(B) | 121.76º | 0.16% | 0.85% | - |
| XYZ | 53.6 | 63.84 | 55.4 | - |
| YUV | 204.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 185 | 0.16 | 0 | 0.15 | 0.15 | 121.76 | 0.31 | 0.79 |
| Hex | B8 | DA | B9 | 10 | 0 | F | F | 7A | 1F | 4F |
| Octal | 270 | 332 | 271 | 20 | 0 | 17 | 17 | 172 | 37 | 117 |
| Binary | 10111000 | 11011010 | 10111001 | 10000 | 0 | 1111 | 1111 | 1111010 | 11111 | 1001111 |
Color Harmonies of #B8DAB9
Complementary color
Monochromatic Colors of #B8DAB9
Black with #B8DAB9
Text Example
Text Example
White with #B8DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DAB9; }
p { color: rgb(184,218,185); }
H1.HeaderClassName
{
color: #B8DAB9;
}
.AnyTagClassName
{
color: #B8DAB9;
}
</style>
background-color css
<style>
a { background-color: #B8DAB9; }
a { background-color: rgb(184,218,185); }
div.DivClassName
{
background-color: #B8DAB9;
}
.BgClassName
{
background-color: #B8DAB9;
}
</style>
border-color css
<style>
span { border-color: #B8DAB9; }
span { border-color: rgb(184,218,185); }
td.TdClassName
{
border-color: #B8DAB9;
}
.TagClassName
{
border-color: #B8DAB9;
}
</style>