Shades of Surf #B9DDBB
Tints of Surf #B9DDBB
RGB
CMYK
RGB Variations
Color information
#B9DDBB (or 0xB9DDBB) is known color: Surf. HEX triplet: B9, DD and BB. RGB value is (185,221,187). Sum of RGB (Red+Green+Blue) = 185+221+187=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDBB is #462244. Grayscale: #CECECE. Windows color (decimal): -4596293 or 12311993. OLE color: 12311993.
HSL color Cylindrical-coordinate representation of color #B9DDBB: hue angle of 123.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 187 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 123.33º | 0.35% | 0.8% | - |
| HSV(B) | 123.33º | 0.16% | 0.87% | - |
| XYZ | 54.83 | 65.62 | 56.79 | - |
| YUV | 206.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 187 | 0.16 | 0 | 0.15 | 0.13 | 123.33 | 0.35 | 0.8 |
| Hex | B9 | DD | BB | 10 | 0 | F | D | 7B | 23 | 50 |
| Octal | 271 | 335 | 273 | 20 | 0 | 17 | 15 | 173 | 43 | 120 |
| Binary | 10111001 | 11011101 | 10111011 | 10000 | 0 | 1111 | 1101 | 1111011 | 100011 | 1010000 |
Color Harmonies of #B9DDBB
Complementary color
Monochromatic Colors of #B9DDBB
Black with #B9DDBB
Text Example
Text Example
White with #B9DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDBB; }
p { color: rgb(185,221,187); }
H1.HeaderClassName
{
color: #B9DDBB;
}
.AnyTagClassName
{
color: #B9DDBB;
}
</style>
background-color css
<style>
a { background-color: #B9DDBB; }
a { background-color: rgb(185,221,187); }
div.DivClassName
{
background-color: #B9DDBB;
}
.BgClassName
{
background-color: #B9DDBB;
}
</style>
border-color css
<style>
span { border-color: #B9DDBB; }
span { border-color: rgb(185,221,187); }
td.TdClassName
{
border-color: #B9DDBB;
}
.TagClassName
{
border-color: #B9DDBB;
}
</style>