Shades of Surf #B9DBBC
Tints of Surf #B9DBBC
RGB
CMYK
RGB Variations
Color information
#B9DBBC (or 0xB9DBBC) is known color: Surf. HEX triplet: B9, DB and BC. RGB value is (185,219,188). Sum of RGB (Red+Green+Blue) = 185+219+188=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBC is #462443. Grayscale: #CDCDCD. Windows color (decimal): -4596804 or 12377017. OLE color: 12377017.
HSL color Cylindrical-coordinate representation of color #B9DBBC: hue angle of 125.29º degrees, saturation: 0.32, 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 #B9DBBC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 188 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.14 |
| HSL | 125.29º | 0.32% | 0.79% | - |
| HSV(B) | 125.29º | 0.16% | 0.86% | - |
| XYZ | 54.42 | 64.61 | 57.18 | - |
| YUV | 205.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 188 | 0.16 | 0 | 0.14 | 0.14 | 125.29 | 0.32 | 0.79 |
| Hex | B9 | DB | BC | 10 | 0 | E | E | 7D | 20 | 4F |
| Octal | 271 | 333 | 274 | 20 | 0 | 16 | 16 | 175 | 40 | 117 |
| Binary | 10111001 | 11011011 | 10111100 | 10000 | 0 | 1110 | 1110 | 1111101 | 100000 | 1001111 |
Color Harmonies of #B9DBBC
Complementary color
Monochromatic Colors of #B9DBBC
Black with #B9DBBC
Text Example
Text Example
White with #B9DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBBC; }
p { color: rgb(185,219,188); }
H1.HeaderClassName
{
color: #B9DBBC;
}
.AnyTagClassName
{
color: #B9DBBC;
}
</style>
background-color css
<style>
a { background-color: #B9DBBC; }
a { background-color: rgb(185,219,188); }
div.DivClassName
{
background-color: #B9DBBC;
}
.BgClassName
{
background-color: #B9DBBC;
}
</style>
border-color css
<style>
span { border-color: #B9DBBC; }
span { border-color: rgb(185,219,188); }
td.TdClassName
{
border-color: #B9DBBC;
}
.TagClassName
{
border-color: #B9DBBC;
}
</style>