Shades of Surf #B9DABA
Tints of Surf #B9DABA
RGB
CMYK
RGB Variations
Color information
#B9DABA (or 0xB9DABA) is known color: Surf. HEX triplet: B9, DA and BA. RGB value is (185,218,186). Sum of RGB (Red+Green+Blue) = 185+218+186=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABA is #462545. Grayscale: #CCCCCC. Windows color (decimal): -4597062 or 12245689. OLE color: 12245689.
HSL color Cylindrical-coordinate representation of color #B9DABA: hue angle of 121.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DABA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 186 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.15 |
| HSL | 121.82º | 0.31% | 0.79% | - |
| HSV(B) | 121.82º | 0.15% | 0.85% | - |
| XYZ | 53.94 | 64 | 55.97 | - |
| YUV | 204.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 186 | 0.15 | 0 | 0.15 | 0.15 | 121.82 | 0.31 | 0.79 |
| Hex | B9 | DA | BA | F | 0 | F | F | 7A | 1F | 4F |
| Octal | 271 | 332 | 272 | 17 | 0 | 17 | 17 | 172 | 37 | 117 |
| Binary | 10111001 | 11011010 | 10111010 | 1111 | 0 | 1111 | 1111 | 1111010 | 11111 | 1001111 |
Color Harmonies of #B9DABA
Complementary color
Monochromatic Colors of #B9DABA
Black with #B9DABA
Text Example
Text Example
White with #B9DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DABA; }
p { color: rgb(185,218,186); }
H1.HeaderClassName
{
color: #B9DABA;
}
.AnyTagClassName
{
color: #B9DABA;
}
</style>
background-color css
<style>
a { background-color: #B9DABA; }
a { background-color: rgb(185,218,186); }
div.DivClassName
{
background-color: #B9DABA;
}
.BgClassName
{
background-color: #B9DABA;
}
</style>
border-color css
<style>
span { border-color: #B9DABA; }
span { border-color: rgb(185,218,186); }
td.TdClassName
{
border-color: #B9DABA;
}
.TagClassName
{
border-color: #B9DABA;
}
</style>