Shades of Surf #B9DCBC
Tints of Surf #B9DCBC
RGB
CMYK
RGB Variations
Color information
#B9DCBC (or 0xB9DCBC) is known color: Surf. HEX triplet: B9, DC and BC. RGB value is (185,220,188). Sum of RGB (Red+Green+Blue) = 185+220+188=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBC is #462343. Grayscale: #CDCDCD. Windows color (decimal): -4596548 or 12377273. OLE color: 12377273.
HSL color Cylindrical-coordinate representation of color #B9DCBC: hue angle of 125.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCBC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 188 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.14 |
| HSL | 125.14º | 0.33% | 0.79% | - |
| HSV(B) | 125.14º | 0.16% | 0.86% | - |
| XYZ | 54.68 | 65.13 | 57.27 | - |
| YUV | 205.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 188 | 0.16 | 0 | 0.15 | 0.14 | 125.14 | 0.33 | 0.79 |
| Hex | B9 | DC | BC | 10 | 0 | F | E | 7D | 21 | 4F |
| Octal | 271 | 334 | 274 | 20 | 0 | 17 | 16 | 175 | 41 | 117 |
| Binary | 10111001 | 11011100 | 10111100 | 10000 | 0 | 1111 | 1110 | 1111101 | 100001 | 1001111 |
Color Harmonies of #B9DCBC
Complementary color
Monochromatic Colors of #B9DCBC
Black with #B9DCBC
Text Example
Text Example
White with #B9DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCBC; }
p { color: rgb(185,220,188); }
H1.HeaderClassName
{
color: #B9DCBC;
}
.AnyTagClassName
{
color: #B9DCBC;
}
</style>
background-color css
<style>
a { background-color: #B9DCBC; }
a { background-color: rgb(185,220,188); }
div.DivClassName
{
background-color: #B9DCBC;
}
.BgClassName
{
background-color: #B9DCBC;
}
</style>
border-color css
<style>
span { border-color: #B9DCBC; }
span { border-color: rgb(185,220,188); }
td.TdClassName
{
border-color: #B9DCBC;
}
.TagClassName
{
border-color: #B9DCBC;
}
</style>