Shades of Surf #B9CDBA
Tints of Surf #B9CDBA
RGB
CMYK
RGB Variations
Color information
#B9CDBA (or 0xB9CDBA) is known color: Surf. HEX triplet: B9, CD and BA. RGB value is (185,205,186). Sum of RGB (Red+Green+Blue) = 185+205+186=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDBA is #463245. Grayscale: #C4C4C4. Windows color (decimal): -4600390 or 12242361. OLE color: 12242361.
HSL color Cylindrical-coordinate representation of color #B9CDBA: hue angle of 123º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDBA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 205 | 186 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.20 |
| HSL | 123º | 0.17% | 0.76% | - |
| HSV(B) | 123º | 0.1% | 0.8% | - |
| XYZ | 50.7 | 57.52 | 54.88 | - |
| YUV | 196.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 186 | 0.10 | 0 | 0.09 | 0.20 | 123 | 0.17 | 0.76 |
| Hex | B9 | CD | BA | A | 0 | 9 | 14 | 7B | 11 | 4C |
| Octal | 271 | 315 | 272 | 12 | 0 | 11 | 24 | 173 | 21 | 114 |
| Binary | 10111001 | 11001101 | 10111010 | 1010 | 0 | 1001 | 10100 | 1111011 | 10001 | 1001100 |
Color Harmonies of #B9CDBA
Complementary color
Monochromatic Colors of #B9CDBA
Black with #B9CDBA
Text Example
Text Example
White with #B9CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDBA; }
p { color: rgb(185,205,186); }
H1.HeaderClassName
{
color: #B9CDBA;
}
.AnyTagClassName
{
color: #B9CDBA;
}
</style>
background-color css
<style>
a { background-color: #B9CDBA; }
a { background-color: rgb(185,205,186); }
div.DivClassName
{
background-color: #B9CDBA;
}
.BgClassName
{
background-color: #B9CDBA;
}
</style>
border-color css
<style>
span { border-color: #B9CDBA; }
span { border-color: rgb(185,205,186); }
td.TdClassName
{
border-color: #B9CDBA;
}
.TagClassName
{
border-color: #B9CDBA;
}
</style>