Shades of Surf #BBD9BB
Tints of Surf #BBD9BB
RGB
CMYK
RGB Variations
Color information
#BBD9BB (or 0xBBD9BB) is known color: Surf. HEX triplet: BB, D9 and BB. RGB value is (187,217,187). Sum of RGB (Red+Green+Blue) = 187+217+187=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BB is #442644. Grayscale: #CCCCCC. Windows color (decimal): -4466245 or 12310971. OLE color: 12310971.
HSL color Cylindrical-coordinate representation of color #BBD9BB: hue angle of 120º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9BB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 187 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.15 |
| HSL | 120º | 0.28% | 0.79% | - |
| HSV(B) | 120º | 0.14% | 0.85% | - |
| XYZ | 54.28 | 63.78 | 56.46 | - |
| YUV | 204.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 187 | 0.14 | 0 | 0.14 | 0.15 | 120 | 0.28 | 0.79 |
| Hex | BB | D9 | BB | E | 0 | E | F | 78 | 1C | 4F |
| Octal | 273 | 331 | 273 | 16 | 0 | 16 | 17 | 170 | 34 | 117 |
| Binary | 10111011 | 11011001 | 10111011 | 1110 | 0 | 1110 | 1111 | 1111000 | 11100 | 1001111 |
Color Harmonies of #BBD9BB
Complementary color
Monochromatic Colors of #BBD9BB
Black with #BBD9BB
Text Example
Text Example
White with #BBD9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9BB; }
p { color: rgb(187,217,187); }
H1.HeaderClassName
{
color: #BBD9BB;
}
.AnyTagClassName
{
color: #BBD9BB;
}
</style>
background-color css
<style>
a { background-color: #BBD9BB; }
a { background-color: rgb(187,217,187); }
div.DivClassName
{
background-color: #BBD9BB;
}
.BgClassName
{
background-color: #BBD9BB;
}
</style>
border-color css
<style>
span { border-color: #BBD9BB; }
span { border-color: rgb(187,217,187); }
td.TdClassName
{
border-color: #BBD9BB;
}
.TagClassName
{
border-color: #BBD9BB;
}
</style>