Shades of Surf #B9CDBC
Tints of Surf #B9CDBC
RGB
CMYK
RGB Variations
Color information
#B9CDBC (or 0xB9CDBC) is known color: Surf. HEX triplet: B9, CD and BC. RGB value is (185,205,188). Sum of RGB (Red+Green+Blue) = 185+205+188=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDBC is #463243. Grayscale: #C5C5C5. Windows color (decimal): -4600388 or 12373433. OLE color: 12373433.
HSL color Cylindrical-coordinate representation of color #B9CDBC: hue angle of 129º 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 #B9CDBC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 205 | 188 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.20 |
| HSL | 129º | 0.17% | 0.76% | - |
| HSV(B) | 129º | 0.1% | 0.8% | - |
| XYZ | 50.92 | 57.61 | 56.01 | - |
| YUV | 197.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 188 | 0.10 | 0 | 0.08 | 0.20 | 129 | 0.17 | 0.76 |
| Hex | B9 | CD | BC | A | 0 | 8 | 14 | 81 | 11 | 4C |
| Octal | 271 | 315 | 274 | 12 | 0 | 10 | 24 | 201 | 21 | 114 |
| Binary | 10111001 | 11001101 | 10111100 | 1010 | 0 | 1000 | 10100 | 10000001 | 10001 | 1001100 |
Color Harmonies of #B9CDBC
Complementary color
Monochromatic Colors of #B9CDBC
Black with #B9CDBC
Text Example
Text Example
White with #B9CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDBC; }
p { color: rgb(185,205,188); }
H1.HeaderClassName
{
color: #B9CDBC;
}
.AnyTagClassName
{
color: #B9CDBC;
}
</style>
background-color css
<style>
a { background-color: #B9CDBC; }
a { background-color: rgb(185,205,188); }
div.DivClassName
{
background-color: #B9CDBC;
}
.BgClassName
{
background-color: #B9CDBC;
}
</style>
border-color css
<style>
span { border-color: #B9CDBC; }
span { border-color: rgb(185,205,188); }
td.TdClassName
{
border-color: #B9CDBC;
}
.TagClassName
{
border-color: #B9CDBC;
}
</style>