Shades of Surf #B9DBBB
Tints of Surf #B9DBBB
RGB
CMYK
RGB Variations
Color information
#B9DBBB (or 0xB9DBBB) is known color: Surf. HEX triplet: B9, DB and BB. RGB value is (185,219,187). Sum of RGB (Red+Green+Blue) = 185+219+187=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DBBB is #462444. Grayscale: #CDCDCD. Windows color (decimal): -4596805 or 12311481. OLE color: 12311481.
HSL color Cylindrical-coordinate representation of color #B9DBBB: hue angle of 123.53º 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 #B9DBBB is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 187 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.14 |
| HSL | 123.53º | 0.32% | 0.79% | - |
| HSV(B) | 123.53º | 0.16% | 0.86% | - |
| XYZ | 54.31 | 64.57 | 56.61 | - |
| YUV | 205.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 187 | 0.16 | 0 | 0.15 | 0.14 | 123.53 | 0.32 | 0.79 |
| Hex | B9 | DB | BB | 10 | 0 | F | E | 7C | 20 | 4F |
| Octal | 271 | 333 | 273 | 20 | 0 | 17 | 16 | 174 | 40 | 117 |
| Binary | 10111001 | 11011011 | 10111011 | 10000 | 0 | 1111 | 1110 | 1111100 | 100000 | 1001111 |
Color Harmonies of #B9DBBB
Complementary color
Monochromatic Colors of #B9DBBB
Black with #B9DBBB
Text Example
Text Example
White with #B9DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DBBB; }
p { color: rgb(185,219,187); }
H1.HeaderClassName
{
color: #B9DBBB;
}
.AnyTagClassName
{
color: #B9DBBB;
}
</style>
background-color css
<style>
a { background-color: #B9DBBB; }
a { background-color: rgb(185,219,187); }
div.DivClassName
{
background-color: #B9DBBB;
}
.BgClassName
{
background-color: #B9DBBB;
}
</style>
border-color css
<style>
span { border-color: #B9DBBB; }
span { border-color: rgb(185,219,187); }
td.TdClassName
{
border-color: #B9DBBB;
}
.TagClassName
{
border-color: #B9DBBB;
}
</style>