Shades of Surf #B9DABE
Tints of Surf #B9DABE
RGB
CMYK
RGB Variations
Color information
#B9DABE (or 0xB9DABE) is known color: Surf. HEX triplet: B9, DA and BE. RGB value is (185,218,190). Sum of RGB (Red+Green+Blue) = 185+218+190=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DABE is #462541. Grayscale: #CDCDCD. Windows color (decimal): -4597058 or 12507833. OLE color: 12507833.
HSL color Cylindrical-coordinate representation of color #B9DABE: hue angle of 129.09º 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 #B9DABE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
RGB | 185 | 218 | 190 | - |
CMYK | 0.15 | 0 | 0.13 | 0.15 |
HSL | 129.09º | 0.31% | 0.79% | - |
HSV(B) | 129.09º | 0.15% | 0.85% | - |
XYZ | 54.37 | 64.17 | 58.24 | - |
YUV | 204.94 | 119.57 | 113.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 218 | 190 | 0.15 | 0 | 0.13 | 0.15 | 129.09 | 0.31 | 0.79 |
Hex | B9 | DA | BE | F | 0 | D | F | 81 | 1F | 4F |
Octal | 271 | 332 | 276 | 17 | 0 | 15 | 17 | 201 | 37 | 117 |
Binary | 10111001 | 11011010 | 10111110 | 1111 | 0 | 1101 | 1111 | 10000001 | 11111 | 1001111 |
Color Harmonies of #B9DABE
Complementary color
Monochromatic Colors of #B9DABE
Black with #B9DABE
Text Example
Text Example
White with #B9DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DABE; }
p { color: rgb(185,218,190); }
H1.HeaderClassName
{
color: #B9DABE;
}
.AnyTagClassName
{
color: #B9DABE;
}
</style>
background-color css
<style>
a { background-color: #B9DABE; }
a { background-color: rgb(185,218,190); }
div.DivClassName
{
background-color: #B9DABE;
}
.BgClassName
{
background-color: #B9DABE;
}
</style>
border-color css
<style>
span { border-color: #B9DABE; }
span { border-color: rgb(185,218,190); }
td.TdClassName
{
border-color: #B9DABE;
}
.TagClassName
{
border-color: #B9DABE;
}
</style>